2009-07-26 22:52:36 +02:00
|
|
|
ifeq ($(BR2_xtensa),y)
|
|
|
|
|
2009-07-24 02:17:22 +02:00
|
|
|
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
|
|
|
|
|
2009-07-26 22:52:36 +02:00
|
|
|
endif
|