summaryrefslogtreecommitdiffstats
path: root/target/generic
diff options
context:
space:
mode:
authorThomas Petazzoni2010-04-17 04:33:30 +0200
committerThomas Petazzoni2010-04-17 04:36:23 +0200
commit32241116c8211b1d4fe03a570523ecf8a4c71509 (patch)
treeaca5181994de358d40624ac0ffbe4c269cc82038 /target/generic
parentdocumentation: update after TARGET_DEVICE_TABLE removal (diff)
downloadbuildroot-32241116c8211b1d4fe03a570523ecf8a4c71509.tar.gz
buildroot-32241116c8211b1d4fe03a570523ecf8a4c71509.tar.xz
buildroot-32241116c8211b1d4fe03a570523ecf8a4c71509.zip
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 <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/generic')
-rw-r--r--target/generic/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/generic/Makefile.in b/target/generic/Makefile.in
index f77f9698c..9a56f7604 100644
--- a/target/generic/Makefile.in
+++ b/target/generic/Makefile.in
@@ -1,10 +1,8 @@
# Default target skeleton stuff, may be overridden
TARGET_SKELETON=target/generic/target_skeleton
-TARGET_DEVICE_TABLE=target/generic/device_table.txt
ifeq ($(BR2_PACKAGE_BUSYBOX_SKELETON),y)
TARGET_SKELETON=target/generic/target_busybox_skeleton
-TARGET_DEVICE_TABLE=target/generic/mini_device_table.txt
endif
TARGET_GENERIC_HOSTNAME:=$(call qstrip,$(BR2_TARGET_GENERIC_HOSTNAME))