summaryrefslogtreecommitdiffstats
path: root/target/device/xtensa/Makefile.in
blob: f878a822a737bcb6c014e5f71e5e1c98a0f676cc (plain) (blame)
1
2
3
4
5
6
7
8
9
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

endif