From 9e009f3bbca93e09decf93369e592ada95e6ef48 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 5 Dec 2010 21:52:41 +0100 Subject: Remove all Config.in/Makefile.in files in target/device Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- target/device/x86/Config.in | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 target/device/x86/Config.in (limited to 'target/device/x86/Config.in') 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 - -- cgit v1.2.3