4aeb8c851a
Remove outdated and/or unused variables/files. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
8 lines
127 B
Makefile
8 lines
127 B
Makefile
ifeq ($(BR2_xtensa),y)
|
|
|
|
ifeq ($(strip $(BR2_TARGET_XTENSA_XTAV60)),y)
|
|
TARGET_SKELETON_PATCH:=target/device/xtensa
|
|
endif
|
|
|
|
endif
|