diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-09-11 15:52:51 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-09-12 09:14:37 -0400 |
commit | 27af930e9a5c91365ca639ada580b338eabe4989 (patch) | |
tree | e81fe7231a870fd72d457ee7fcaa2eb48dfe1b3c /Makefile | |
parent | 7bcee5f7eef740c506117e6da1226bc8ec7f466a (diff) |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |