From: Eric Andersen Date: Sat, 9 Oct 2004 01:07:45 +0000 (-0000) Subject: It would help to include the package specific *.mk makefiles X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b5ad783691ef6fa1285c8d7858a51c425a8b38d;p=buildroot.git It would help to include the package specific *.mk makefiles --- diff --git a/Makefile b/Makefile index ed0339c2c4..afcc854d6f 100644 --- a/Makefile +++ b/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 ############################################################# #