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/valka | |
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/valka')
-rw-r--r-- | target/device/valka/Config.in | 25 | ||||
-rw-r--r-- | target/device/valka/Makefile.in | 6 |
2 files changed, 0 insertions, 31 deletions
diff --git a/target/device/valka/Config.in b/target/device/valka/Config.in deleted file mode 100644 index 931ee7333..000000000 --- a/target/device/valka/Config.in +++ /dev/null @@ -1,25 +0,0 @@ -menuconfig BR2_TARGET_VALKA - bool "ValkaSys" - depends on BR2_avr32 - -if BR2_TARGET_VALKA - -choice - prompt "Controller board" - depends on BR2_TARGET_VALKA - help - Valka Controller Board to build for - -config BR2_TARGET_VALKA_V100SC2 - bool "V100SC2 (Based on NGW100)" - depends on BR2_TARGET_VALKA - help - Board based on NGW100 - -endchoice - -config BR2_BOARD_NAME - string - default "v100sc2" if BR2_TARGET_VALKA_V100SC2 - -endif diff --git a/target/device/valka/Makefile.in b/target/device/valka/Makefile.in deleted file mode 100644 index 06ed60581..000000000 --- a/target/device/valka/Makefile.in +++ /dev/null @@ -1,6 +0,0 @@ -ifeq ($(BR2_TARGET_VALKA),y) -VALKA_PATH= target/device/valka - -TARGET_SKELETON=$(VALKA_PATH)/target_skeleton -KERNEL_HEADERS_PATCH_DIR=target/device/Atmel/arch-avr32/kernel-headers-2.6.28.2 -endif |