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 --- target/Makefile.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'target') diff --git a/target/Makefile.in b/target/Makefile.in index aab9d39b9..915d62538 100644 --- a/target/Makefile.in +++ b/target/Makefile.in @@ -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 -- cgit v1.2.3