projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aa8b18
)
- comment out apparently unused? cruft (linux-experimental)
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 5 Oct 2007 11:03:07 +0000
(11:03 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 5 Oct 2007 11:03:07 +0000
(11:03 -0000)
target/Makefile.in
patch
|
blob
|
history
diff --git
a/target/Makefile.in
b/target/Makefile.in
index 0d80b18088515faf2b29dd48333bd41ab2a2cee8..410ae7bd2b7baadff0c44d8974b489dcf04de729 100644
(file)
--- a/
target/Makefile.in
+++ b/
target/Makefile.in
@@
-17,11
+17,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
+#else
include target/linux/Makefile.in
-#include target/linux-experimental/Makefile.in
-else
-include target/linux/Makefile.in
-endif
+#endif