diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-08 13:16:32 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-08 13:16:32 +0000 |
commit | e705f9cee2a7bcfebd2b468365c0522434d29200 (patch) | |
tree | 839f4a751a100494f238b620b178570fe0997d82 /Makefile | |
parent | 05245ec05b69d2431b8ed78c05b99b1aac95a44b (diff) |
output cosmetics
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5378 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -150,6 +150,7 @@ CBFSTOOL:=$(obj)/util/cbfstool/cbfstool # needed objects that every mainboard uses # Creation of these is architecture and mainboard independent $(obj)/mainboard/$(MAINBOARDDIR)/static.c: $(src)/mainboard/$(MAINBOARDDIR)/devicetree.cb $(obj)/util/sconfig/sconfig + @printf " SCONFIG $(subst $(src)/,,$(<))\n" mkdir -p $(obj)/mainboard/$(MAINBOARDDIR) $(obj)/util/sconfig/sconfig $(MAINBOARDDIR) $(obj)/mainboard/$(MAINBOARDDIR) |