diff options
-rw-r--r-- | Config.in | 1 | ||||
-rw-r--r-- | target/Makefile.in | 3 |
2 files changed, 0 insertions, 4 deletions
@@ -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" 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 |