summaryrefslogtreecommitdiff
path: root/target/device/xtensa/Makefile.in
blob: 7c95c239b7c87c290feaa03c20e74d8f1413d473 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
TARGET_SKELETON_PATCH:=target/device/xtensa
endif

#  Custom device table patch used when targeting ISS:
OLD_TARGET_DEVICE_TABLE := $(TARGET_DEVICE_TABLE)
TARGET_DEVICE_TABLE := target/device/xtensa/device_table.txt
makedevs:
	@echo "Applying patch to $(TARGET_DEVICE_TABLE)"
	cp -f $(OLD_TARGET_DEVICE_TABLE) $(TARGET_DEVICE_TABLE)
	patch -p1 -g 0 < target/device/xtensa/device_table.diff

endif