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/KwikByte/Config.in | 90 ------------------------------- target/device/KwikByte/Makefile.in | 10 ---- target/device/KwikByte/kb9202/Makefile.in | 3 -- 3 files changed, 103 deletions(-) delete mode 100644 target/device/KwikByte/Config.in delete mode 100644 target/device/KwikByte/Makefile.in delete mode 100644 target/device/KwikByte/kb9202/Makefile.in (limited to 'target/device/KwikByte') diff --git a/target/device/KwikByte/Config.in b/target/device/KwikByte/Config.in deleted file mode 100644 index afa257f90..000000000 --- a/target/device/KwikByte/Config.in +++ /dev/null @@ -1,90 +0,0 @@ -menuconfig BR2_TARGET_KWIKBYTE - bool "KwikByte Board Support" - depends on BR2_arm - -if BR2_TARGET_KWIKBYTE - -comment "Board Selection" - -choice - prompt "KwikByte target board" - default BR2_TARGET_KB9202 - -config BR2_TARGET_KB9202 - bool "Board support for the KwikByte 9202 Evaluation Board" - depends on BR2_arm920t || BR2_generic_arm - help - KwikByte kb9202 Eval Board - -endchoice - - -config BR2_BOARD_NAME - string - default "kb9202" if BR2_TARGET_KB9202 -choice - prompt "Add AT91 specific patches" - depends on BR2_KERNEL_ARCH_PATCH_ENABLED - depends on BR2_arm - default BR2_ARCH_AT91_2_6_24_KB if BR2_LINUX_2_6_24 -# default BR2_ARCH_AT91_2_6_24_KB if BR2_LINUX_2_6_23 -# default BR2_ARCH_AT91_2_6_22_1_KB if BR2_LINUX_2_6_22_1 -# default BR2_ARCH_AT91_2_6_21_5_KB if BR2_LINUX_2_6_21 || BR2_LINUX_2_6_21_5 -# default BR2_ARCH_AT91_2_6_21_1_KB if BR2_LINUX_2_6_21_1 -# default BR2_ARCH_AT91_2_6_20_4_KB if BR2_LINUX_2_6_20 || BR2_LINUX_2_6_20_4 -# default BR2_ARCH_AT91_2_6_24_KB - help - Select a patch to add to the Linux kernel - -config BR2_ARCH_AT91_2_6_24_KB - bool "2.6.24" - help - Apply the at91 linux-2.6.24 patches" - -#config BR2_ARCH_AT91_2_6_22_1_KB -# bool "2.6.22.1" -# help -# Apply the at91 linux-2.6.22.1 patches" -# -#config BR2_ARCH_AT91_2_6_21_5_KB -# bool "2.6.21.5" -# help -# Apply the at91 linux-2.6.21.5 patches" -# -#config BR2_ARCH_AT91_2_6_21_1_KB -# bool "2.6.21.1" -# help -# Apply the at91 linux-2.6.21.1 patches" -# -#config BR2_ARCH_AT91_2_6_20_4_KB -# bool "2.6.20.4" -# help -# Apply the at91 linux-2.6.20.4 patches" - -endchoice - -config BR2_KERNEL_ARCH_PATCH_VERSION - string - depends on BR2_KERNEL_ARCH_PATCH_ENABLED - depends on BR2_arm - default "2.6.24" if BR2_ARCH_AT91_2_6_24_KB -# default "2.6.22.1" if BR2_ARCH_AT91_2_6_22_1_KB -# default "2.6.21.5" if BR2_ARCH_AT91_2_6_21_5_KB -# default "2.6.21.1" if BR2_ARCH_AT91_2_6_21_1_KB -# default "2.6.20.4" if BR2_ARCH_AT91_2_6_20_4_KB - -config BR2_KERNEL_ARCH_PATCH_DIR - string - default "target/device/Atmel/arch-arm/kernel-patches-$(BR2_KERNEL_ARCH_PATCH_VERSION)" - -config BR2_BOARD_PATH - string "Board Path" - default "target/device/KwikByte/$(BR2_BOARD_NAME)" - -config BR2_AT91_LINUXPATCH_SITE - string "AT91 Linux Patch mirror site" - default "http://maxim.org.za/AT91RM9200/2.6" - help - Main download location for AT91 Linux stuff - -endif diff --git a/target/device/KwikByte/Makefile.in b/target/device/KwikByte/Makefile.in deleted file mode 100644 index 0c109a96f..000000000 --- a/target/device/KwikByte/Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ -ifeq ($(BR2_TARGET_KWIKBYTE),y) - -BOARD_NAME:=$(call qstrip,$(BR2_BOARD_NAME)) -BOARD_PATH:=$(call qstrip,$(BR2_BOARD_PATH)) - -ifeq ($(BR2_TARGET_KB9202),y) -include target/device/KwikByte/kb9202/Makefile.in -endif - -endif diff --git a/target/device/KwikByte/kb9202/Makefile.in b/target/device/KwikByte/kb9202/Makefile.in deleted file mode 100644 index 0048dcc3a..000000000 --- a/target/device/KwikByte/kb9202/Makefile.in +++ /dev/null @@ -1,3 +0,0 @@ -BOARD_PATH=target/device/KwikByte/kb9202 - -TARGET_SKELETON=$(BOARD_PATH)/target_skeleton -- cgit v1.2.3