4aeb8c851a
Remove outdated and/or unused variables/files. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
217 B
Makefile
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
|