target/device/xtensa: only override makedevs target for xtensa builds

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2009-07-26 22:52:36 +02:00
parent ba4fbdc948
commit b471c096d1

View File

@ -1,3 +1,5 @@
ifeq ($(BR2_xtensa),y)
ifeq ($(strip $(BR2_TARGET_XTENSA_XTAV60)),y)
# UCLIBC_CONFIG_FILE:=target/device/xtensa/xtav60/uClibc.config
# BR2_PACKAGE_BUSYBOX_CONFIG:=target/device/xtensa/xtav60/busybox.config
@ -12,3 +14,4 @@ makedevs:
cp -f $(OLD_TARGET_DEVICE_TABLE) $(TARGET_DEVICE_TABLE)
patch -p1 -g 0 < target/device/xtensa/device_table.diff
endif