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/ARMLTD | |
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/ARMLTD')
-rw-r--r-- | target/device/ARMLTD/Config.in | 36 | ||||
-rw-r--r-- | target/device/ARMLTD/Makefile.in | 5 |
2 files changed, 0 insertions, 41 deletions
diff --git a/target/device/ARMLTD/Config.in b/target/device/ARMLTD/Config.in deleted file mode 100644 index 66f031c10..000000000 --- a/target/device/ARMLTD/Config.in +++ /dev/null @@ -1,36 +0,0 @@ -menuconfig BR2_TARGET_ARMLTD - bool "ARM Ltd. Device Support" - depends on BR2_arm - select BR2_ARM_EABI - select BR2_arm926t - -comment "ARM Ltd. based Device Support" - depends on BR2_TARGET_ARMLTD - - -if BR2_TARGET_ARMLTD - -choice - prompt "Controller board" - default BR2_TARGET_ARM_INTEGRATOR_926 - help - ARM Ltd. Controller Board to build for - -config BR2_TARGET_ARM_INTEGRATOR_926 - bool "Integrator arm926" - -config BR2_TARGET_ARM_INTEGRATOR_926_HUGE - bool "Integrator arm926 (Huge)" - -endchoice - -config BR2_BOARD_NAME - string - default "integrator926" if BR2_TARGET_ARM_INTEGRATOR_926 - default "integrator926_huge" if BR2_TARGET_ARM_INTEGRATOR_926_HUGE - -config BR2_BOARD_PATH - string "Board Path" - default "target/device/ARMLTD/$(BR2_BOARD_NAME)" - -endif diff --git a/target/device/ARMLTD/Makefile.in b/target/device/ARMLTD/Makefile.in deleted file mode 100644 index 3520f3ccf..000000000 --- a/target/device/ARMLTD/Makefile.in +++ /dev/null @@ -1,5 +0,0 @@ -ifeq ($(BR2_TARGET_ARMLTD),y) -BOARD_NAME=$(call qstrip,$(BR2_BOARD_NAME)) -BOARD_PATH=$(call qstrip,$(BR2_BOARD_PATH)) -endif - |