buildroot/target/device/KwikByte/Makefile.in

11 lines
217 B
Makefile

ifeq ($(BR2_TARGET_KWIKBYTE),y)
BOARD_NAME:=$(call qstrip,$(BR2_BOARD_NAME))
BOARD_PATH:=$(call qstrip,$(BR2_BOARD_PATH))
ifeq ($(BR2_TARGET_KB9202),y)
include target/device/KwikByte/kb9202/Makefile.in
endif
endif