From 32241116c8211b1d4fe03a570523ecf8a4c71509 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 17 Apr 2010 04:33:30 +0200 Subject: Remove all TARGET_DEVICE_TABLE definitions 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 --- target/device/valka/Makefile.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/device/valka') diff --git a/target/device/valka/Makefile.in b/target/device/valka/Makefile.in index 01422465e..fec4d88d5 100644 --- a/target/device/valka/Makefile.in +++ b/target/device/valka/Makefile.in @@ -2,7 +2,6 @@ ifeq ($(BR2_TARGET_VALKA),y) VALKA_PATH= target/device/valka TARGET_SKELETON=$(VALKA_PATH)/target_skeleton -TARGET_DEVICE_TABLE=$(VALKA_PATH)/device_table.txt KERNEL_HEADERS_PATCH_DIR=target/device/Atmel/arch-avr32/kernel-headers-2.6.28.2 valka_status: @@ -10,7 +9,6 @@ valka_status: @echo VALKA_PATH = $(VALKA_PATH) @echo BOARD_NAME = $(BR_BOARD_NAME) @echo TARGET_SKELETON = $(TARGET_SKELETON) - @echo TARGET_DEVICE_TABLE = $(TARGET_DEVICE_TABLE) @echo BR2_PACKAGE_BUSYBOX_CONFIG = $(BR2_PACKAGE_BUSYBOX_CONFIG) @echo BR2_PACKAGE_LINUX_KCONFIG = $(BR2_PACKAGE_LINUX_KCONFIG) @echo "*****************************************************************" -- cgit v1.2.3