Commit 1a5f2d6d authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent b8065ed2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"

+0 −3
Original line number Diff line number Diff line
# 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