kumquat-buildroot/target/device/KwikByte/Makefile.in
Peter Korsgaard 4aeb8c851a target/device: misc cleanup
Remove outdated and/or unused variables/files.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-23 22:57:54 +02:00

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