(trivial) utils are not depending on config.h. This slipped in by accident.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5457 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
1cd76e77bf
commit
961a7b0c08
2
Makefile
2
Makefile
|
@ -155,7 +155,7 @@ $(obj)/mainboard/$(MAINBOARDDIR)/static.c: $(src)/mainboard/$(MAINBOARDDIR)/devi
|
|||
mkdir -p $(obj)/mainboard/$(MAINBOARDDIR)
|
||||
$(objutil)/sconfig/sconfig $(MAINBOARDDIR) $(obj)/mainboard/$(MAINBOARDDIR)
|
||||
|
||||
$(objutil)/%.o: $(objutil)/%.c $(obj)/config.h
|
||||
$(objutil)/%.o: $(objutil)/%.c
|
||||
@printf " HOSTCC $(subst $(objutil)/,,$(@))\n"
|
||||
$(HOSTCC) -MMD $(HOSTCFLAGS) -c -o $@ $<
|
||||
|
||||
|
|
Loading…
Reference in New Issue