From 1a5f2d6d7a7d9547f468cb31b22854bcfda28610 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 5 Dec 2010 21:52:40 +0100 Subject: Stop referencing the crazy target/device stuff We don't need Config.in and Makefile in target/device: defconfig files are sufficient to describe the specificities of a board (architecture, compilation flags, bootloader and kernel details, etc.). However, a placeholder such as target/device will be kept in order to host things such as kernel configuration files or various board-specific patches. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- Config.in | 1 - 1 file changed, 1 deletion(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index de4ff4ae1..874c20abd 100644 --- a/Config.in +++ b/Config.in @@ -11,7 +11,6 @@ config BR2_VERSION option env="BR2_VERSION_FULL" source "target/Config.in.arch" -source "target/device/Config.in" menu "Build options" -- cgit v1.2.3