summaryrefslogtreecommitdiff
path: root/target/Makefile.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-10-13 18:30:28 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-10-13 18:30:28 +0000
commit453dca995ee437b2f6fc3e0a6e4e2b4317346dae (patch)
treecb581b1c418560e1a8c0a062f09f6b2df8e82911 /target/Makefile.in
parentf53d9ece642824fb7a7c73c5d99e8c514bee15e6 (diff)
Create Advanced Linux Configuration option/Remove experimental
Diffstat (limited to 'target/Makefile.in')
-rw-r--r--target/Makefile.in13
1 files changed, 8 insertions, 5 deletions
diff --git a/target/Makefile.in b/target/Makefile.in
index bb7d596cc..b8e50577a 100644
--- a/target/Makefile.in
+++ b/target/Makefile.in
@@ -17,11 +17,14 @@ include target/*/*.mk
# We already did add the kernel target to TARGETS and now just pull in the rules
# to actually build this target.
-#ifeq ($(strip $(subst ",,$(BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG))),y)
+ifeq ($(strip $(subst ",,$(BR2_KERNEL_LINUX))),y)
#"))
-#include target/linux/Makefile.in
-##include target/linux-experimental/Makefile.in
-#else
include target/linux/Makefile.in
-#endif
+endif
+
+ifeq ($(strip $(subst ",,$(BR2_KERNEL_LINUX_ADVANCED))),y)
+#"))
+include target/linux/Makefile.in.advanced
+endif
+
include target/hurd/Makefile.in