X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=1365db68febb159191da179333c81938671d4105;hb=2cba60ac84deda66fc139e7db00b05cc26f309ea;hp=d8637b69726b63387f0367a8d5a325ab38c93bcd;hpb=7bcee5f7eef740c506117e6da1226bc8ec7f466a;p=oweals%2Fu-boot.git diff --git a/Makefile b/Makefile index d8637b6972..1365db68fe 100644 --- a/Makefile +++ b/Makefile @@ -838,7 +838,7 @@ unconfig: sinclude $(obj).boards.depend $(obj).boards.depend: boards.cfg - @awk '(NF && $$1 !~ /^#/) { print $$1 ": " $$1 "_config; $$(MAKE)" }' $< > $@ + @awk '(NF && $$1 !~ /^#/) { print $$7 ": " $$7 "_config; $$(MAKE) -d" }' $< > $@ # # Functions to generate common board directory names