summaryrefslogtreecommitdiff
path: root/target/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/Makefile.in')
-rw-r--r--target/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/Makefile.in b/target/Makefile.in
index e4f58ca2d..5cb293566 100644
--- a/target/Makefile.in
+++ b/target/Makefile.in
@@ -20,7 +20,8 @@ include target/*/*.mk
ifeq ($(strip $(subst ",,$(BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG))),y)
#"))
-include target/linux-experimental/Makefile.in
+include target/linux/Makefile.in
+#include target/linux-experimental/Makefile.in
else
include target/linux/Makefile.in
endif