projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d523c2
)
It would help to include the package specific *.mk makefiles
author
Eric Andersen
<andersen@codepoet.org>
Sat, 9 Oct 2004 01:07:45 +0000
(
01:07
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 9 Oct 2004 01:07:45 +0000
(
01:07
-0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ed0339c2c459bb8301ab7639b240e8979f892cac..afcc854d6fc1efa9eb47ea226f91eea0075a0409 100644
(file)
--- 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
#############################################################
#