diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-17 04:33:30 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-17 04:36:23 +0200 |
commit | 32241116c8211b1d4fe03a570523ecf8a4c71509 (patch) | |
tree | aca5181994de358d40624ac0ffbe4c269cc82038 /target/device/KwikByte/kb9202/Makefile.in | |
parent | 0b78722085ad0c678fca8ea5a8e39c206f66afae (diff) | |
download | buildroot-novena-32241116c8211b1d4fe03a570523ecf8a4c71509.tar.gz buildroot-novena-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/device/KwikByte/kb9202/Makefile.in')
-rw-r--r-- | target/device/KwikByte/kb9202/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/device/KwikByte/kb9202/Makefile.in b/target/device/KwikByte/kb9202/Makefile.in index 5d743cec5..0048dcc3a 100644 --- a/target/device/KwikByte/kb9202/Makefile.in +++ b/target/device/KwikByte/kb9202/Makefile.in @@ -1,4 +1,3 @@ BOARD_PATH=target/device/KwikByte/kb9202 TARGET_SKELETON=$(BOARD_PATH)/target_skeleton -TARGET_DEVICE_TABLE=$(BOARD_PATH)/device_table.txt |