Browse Source

It would help to include the package specific *.mk makefiles

Eric Andersen 21 years ago
parent
commit
0b5ad78369
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -74,7 +74,7 @@ world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS)
 
 include make/*.mk
 include toolchain/*/*.mk
-#include package/*/*.mk
+include package/*/*.mk
 
 #############################################################
 #