Przeglądaj źródła

Build linux within target/linux/Makefile.in instead of within target/linux26.mk

Ulf Samuelsson 18 lat temu
rodzic
commit
0e5715a9d7
2 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      target/Makefile.in
  2. 0 0
      target/linux/Makefile.in

+ 1 - 1
target/Makefile.in

@@ -17,4 +17,4 @@ include target/*/*.mk
 # kernel rules
 # We already did add the kernel target to TARGETS and now just pull in the rules
 # to actually build this target.
-include target/linux*.mk
+include target/linux/Makefile.in

+ 0 - 0
target/linux26.mk → target/linux/Makefile.in