소스 검색

- comment out apparently unused? cruft (linux-experimental)

Bernhard Reutner-Fischer 18 년 전
부모
커밋
fdcde6faed
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      target/Makefile.in

+ 5 - 5
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