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/x86 | |
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/x86')
-rw-r--r-- | target/device/x86/Config.in | 26 | ||||
-rw-r--r-- | target/device/x86/Makefile.in | 4 | ||||
-rw-r--r-- | target/device/x86/i686/Makefile.in | 3 |
3 files changed, 0 insertions, 33 deletions
diff --git a/target/device/x86/Config.in b/target/device/x86/Config.in deleted file mode 100644 index 0b88f7af9..000000000 --- a/target/device/x86/Config.in +++ /dev/null @@ -1,26 +0,0 @@ -menuconfig BR2_TARGET_X86 - bool "Generic x86 Device Support" - depends on BR2_i386 - -if BR2_TARGET_X86 - -choice - prompt "Pentium (or later) Controller board" - help - -config BR2_TARGET_I686 - bool "i686" - depends on BR2_i386 - -endchoice - -config BR2_BOARD_NAME - string - default "i686" if BR2_TARGET_I686 - -config BR2_BOARD_PATH - string "Board Path" - default "target/device/x86/$(BR2_BOARD_NAME)" - -endif - diff --git a/target/device/x86/Makefile.in b/target/device/x86/Makefile.in deleted file mode 100644 index d7d12fa7a..000000000 --- a/target/device/x86/Makefile.in +++ /dev/null @@ -1,4 +0,0 @@ -ifeq ($(BR2_TARGET_X86),y) -include target/device/x86/*/Makefile.in -endif - diff --git a/target/device/x86/i686/Makefile.in b/target/device/x86/i686/Makefile.in deleted file mode 100644 index abb8e5bb1..000000000 --- a/target/device/x86/i686/Makefile.in +++ /dev/null @@ -1,3 +0,0 @@ -BOARD_NAME=$(call qstrip,$(BR2_BOARD_NAME)) -BOARD_PATH=$(call qstrip,$(BR2_BOARD_PATH)) - |