projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b33e2ab
)
target: really remove the target/*/*.mk include
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 20 Apr 2010 07:12:39 +0000
(09:12 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 20 Apr 2010 07:12:39 +0000
(09:12 +0200)
Commit
5faae4869027
claimed to do this, but it didn't - Causing
make to error out.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
target/Makefile.in
patch
|
blob
|
history
diff --git
a/target/Makefile.in
b/target/Makefile.in
index 48396d5d868db1fe29189607ed7943cf6898c8a5..afe96a7f058a68d372be1148a36f3edd242c7a26 100644
(file)
--- a/
target/Makefile.in
+++ b/
target/Makefile.in
@@
-62,8
+62,6
@@
ifeq ($(BR2_TARGET_UBOOT),y)
include target/u-boot/Makefile.in
endif
-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.