aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-19 20:47:29 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-19 20:47:29 +0000
commit961a7b0c08e73e8a7d0061caaef842f1584335fb (patch)
tree7253e6ca2e28d5bfea212db7767bdc584dacfea5 /Makefile
parent1cd76e77bf1b8227ddc290a5c347d2f2ec5f4569 (diff)
(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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9b5c8b8dd..cdbba2b4f9 100644
--- a/Makefile
+++ b/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 $@ $<