Commit 0b5ad783 authored by Eric Andersen's avatar Eric Andersen
Browse files

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

parent 2d523c23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

#############################################################
#