diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-10-05 11:03:07 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-10-05 11:03:07 +0000 |
commit | fdcde6faedc015ffd8568de023eb3b5cfd00f901 (patch) | |
tree | 318510185c53dd51697a7a57259be3c96b1b7984 | |
parent | 5aa8b181888789bf3190e431f1e756fd12de7a56 (diff) | |
download | buildroot-novena-fdcde6faedc015ffd8568de023eb3b5cfd00f901.tar.gz buildroot-novena-fdcde6faedc015ffd8568de023eb3b5cfd00f901.zip |
- comment out apparently unused? cruft (linux-experimental)
-rw-r--r-- | target/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/Makefile.in b/target/Makefile.in index 0d80b1808..410ae7bd2 100644 --- 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 |