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>
2012.11.x
Thomas Petazzoni 2010-12-05 21:52:40 +01:00 committed by Peter Korsgaard
parent b8065ed29a
commit 1a5f2d6d7a
2 changed files with 0 additions and 4 deletions

View File

@ -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"

View File

@ -1,6 +1,3 @@
# make sure to put everything that is board-specific before the tarroot targets
include target/generic/Makefile.in
# this eventually adds the kernel target to TARGETS:
include target/device/Makefile.in
include target/xtensa/Makefile.in