target: really remove the target/*/*.mk include
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 20 Apr 2010 07:12:39 +0000 (09:12 +0200)
committerPeter 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

index 48396d5d868db1fe29189607ed7943cf6898c8a5..afe96a7f058a68d372be1148a36f3edd242c7a26 100644 (file)
@@ -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.