summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-09-11 15:52:51 +0200
committerTom Rini <trini@ti.com>2013-09-12 09:14:37 -0400
commit27af930e9a5c91365ca639ada580b338eabe4989 (patch)
treee81fe7231a870fd72d457ee7fcaa2eb48dfe1b3c /Makefile
parent7bcee5f7eef740c506117e6da1226bc8ec7f466a (diff)
downloadtalos-obmc-uboot-27af930e9a5c91365ca639ada580b338eabe4989.tar.gz
talos-obmc-uboot-27af930e9a5c91365ca639ada580b338eabe4989.zip
Merge and reformat boards.cfg and MAINTAINERS
Put all informations about targets, including state (active or orphan) and maintainers, in boards.cfg; remove MAINTAINERS; adjust the build system accordingly. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud