Commit b471c096 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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

parent ba4fbdc9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
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