summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-12-05 21:52:40 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-16 12:15:52 +0100
commit1a5f2d6d7a7d9547f468cb31b22854bcfda28610 (patch)
tree6b603f4d4285babbc484a11b8c4c99236d8241b1 /Config.in
parentb8065ed29a07c65f56a66ccb40cc6a3e11634c83 (diff)
downloadbuildroot-novena-1a5f2d6d7a7d9547f468cb31b22854bcfda28610.tar.gz
buildroot-novena-1a5f2d6d7a7d9547f468cb31b22854bcfda28610.zip
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in1
1 files changed, 0 insertions, 1 deletions
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"