32241116c8
We have a special case for Xtensa, which was patching the generic device_table.txt. Instead of doing this, we just keep a copy of the device table, specific to Xtensa, with Xtensa specifities. The fact that the patch wasn't applying anymore on the generic device table is a sign that the existing approach wasn't working anyway. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
630 B
Makefile
17 lines
630 B
Makefile
ifeq ($(BR2_TARGET_VALKA),y)
|
|
VALKA_PATH= target/device/valka
|
|
|
|
TARGET_SKELETON=$(VALKA_PATH)/target_skeleton
|
|
KERNEL_HEADERS_PATCH_DIR=target/device/Atmel/arch-avr32/kernel-headers-2.6.28.2
|
|
|
|
valka_status:
|
|
@echo "***************************************************************"
|
|
@echo VALKA_PATH = $(VALKA_PATH)
|
|
@echo BOARD_NAME = $(BR_BOARD_NAME)
|
|
@echo TARGET_SKELETON = $(TARGET_SKELETON)
|
|
@echo BR2_PACKAGE_BUSYBOX_CONFIG = $(BR2_PACKAGE_BUSYBOX_CONFIG)
|
|
@echo BR2_PACKAGE_LINUX_KCONFIG = $(BR2_PACKAGE_LINUX_KCONFIG)
|
|
@echo "*****************************************************************"
|
|
@echo TARGETS = $(TARGETS)
|
|
endif
|