From: Bernhard Reutner-Fischer Date: Fri, 5 Oct 2007 11:03:07 +0000 (-0000) Subject: - comment out apparently unused? cruft (linux-experimental) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fdcde6faedc015ffd8568de023eb3b5cfd00f901;p=buildroot.git - comment out apparently unused? cruft (linux-experimental) --- diff --git a/target/Makefile.in b/target/Makefile.in index 0d80b18088..410ae7bd2b 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