summaryrefslogtreecommitdiffstats
path: root/target/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-08-21 21:33:00 +0200
committerBernhard Reutner-Fischer2007-08-21 21:33:00 +0200
commitfb9d19603c957127799d5a2db0509ebba4a473cc (patch)
treef9891b876c42e221cfb97514599d8a93ab76ea76 /target/Makefile.in
parent- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ... (diff)
downloadbuildroot-fb9d19603c957127799d5a2db0509ebba4a473cc.tar.gz
buildroot-fb9d19603c957127799d5a2db0509ebba4a473cc.tar.xz
buildroot-fb9d19603c957127799d5a2db0509ebba4a473cc.zip
- fixup whitespace damage after ulf
Diffstat (limited to 'target/Makefile.in')
-rw-r--r--target/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/Makefile.in b/target/Makefile.in
index 5cb293566..4dba6d89f 100644
--- a/target/Makefile.in
+++ b/target/Makefile.in
@@ -18,11 +18,11 @@ 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_PACKAGE_LINUX_EXPERIMENTAL_CONFIG))),y)
#"))
-include target/linux/Makefile.in
-#include target/linux-experimental/Makefile.in
+include target/linux/Makefile.in
+#include target/linux-experimental/Makefile.in
else
-include target/linux/Makefile.in
+include target/linux/Makefile.in
endif