summaryrefslogtreecommitdiff
path: root/target/device/xtensa/Makefile.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-04-18 22:31:43 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-04-18 22:31:43 +0200
commit50f8d922941ac1c7f62162bf674ebf980452ed86 (patch)
tree75d5e0f1fd84925d0a19a353892e36a3bd3a2106 /target/device/xtensa/Makefile.in
parent4ab6883ac5aa07ea1c317d85c92495b155cf214a (diff)
parent525ac766cd795c4f7f721e7b940e3ebce99e8ebc (diff)
Merge branch 'fs-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'target/device/xtensa/Makefile.in')
-rw-r--r--target/device/xtensa/Makefile.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/target/device/xtensa/Makefile.in b/target/device/xtensa/Makefile.in
index 7c95c239b..f878a822a 100644
--- a/target/device/xtensa/Makefile.in
+++ b/target/device/xtensa/Makefile.in
@@ -6,12 +6,4 @@ ifeq ($(strip $(BR2_TARGET_XTENSA_XTAV60)),y)
TARGET_SKELETON_PATCH:=target/device/xtensa
endif
-# Custom device table patch used when targeting ISS:
-OLD_TARGET_DEVICE_TABLE := $(TARGET_DEVICE_TABLE)
-TARGET_DEVICE_TABLE := target/device/xtensa/device_table.txt
-makedevs:
- @echo "Applying patch to $(TARGET_DEVICE_TABLE)"
- cp -f $(OLD_TARGET_DEVICE_TABLE) $(TARGET_DEVICE_TABLE)
- patch -p1 -g 0 < target/device/xtensa/device_table.diff
-
endif