diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-05 21:52:41 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-16 12:16:14 +0100 |
commit | 9e009f3bbca93e09decf93369e592ada95e6ef48 (patch) | |
tree | da832644e61b0b16d65c269cde484d71002a8980 /target/device/xtensa | |
parent | 1a5f2d6d7a7d9547f468cb31b22854bcfda28610 (diff) | |
download | buildroot-novena-9e009f3bbca93e09decf93369e592ada95e6ef48.tar.gz buildroot-novena-9e009f3bbca93e09decf93369e592ada95e6ef48.zip |
Remove all Config.in/Makefile.in files in target/device
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/xtensa')
-rw-r--r-- | target/device/xtensa/Config.in | 21 | ||||
-rw-r--r-- | target/device/xtensa/Makefile.in | 7 |
2 files changed, 0 insertions, 28 deletions
diff --git a/target/device/xtensa/Config.in b/target/device/xtensa/Config.in deleted file mode 100644 index 0d4408c23..000000000 --- a/target/device/xtensa/Config.in +++ /dev/null @@ -1,21 +0,0 @@ -menuconfig BR2_TARGET_XTENSA - bool "Device and Board Support for Xtensa and Diamond cores" - depends on BR2_xtensa - default y - help - Lists development boards with support for the Xtensa architecture. - -if BR2_TARGET_XTENSA -comment "Tensilica Xtensa/Diamond based Device Support" - depends on BR2_xtensa - -config BR2_TARGET_XTENSA_XTAV60 - bool "XTAV60/200 board (Avnet LX60 or LX200 plus Tensilica IP)" - depends on BR2_xtensa - default y - help - The XTAV60 or XTAV200 board, which is an Avnet LX60 or LX200 - emulation board programmed with an FPGA bitstream obtained - from Tensilica. - -endif diff --git a/target/device/xtensa/Makefile.in b/target/device/xtensa/Makefile.in deleted file mode 100644 index a0403e831..000000000 --- a/target/device/xtensa/Makefile.in +++ /dev/null @@ -1,7 +0,0 @@ -ifeq ($(BR2_xtensa),y) - -ifeq ($(strip $(BR2_TARGET_XTENSA_XTAV60)),y) -TARGET_SKELETON_PATCH:=target/device/xtensa -endif - -endif |