[coreboot] [commit] r5457 - trunk

repository service svn at coreboot.org
Mon Apr 19 22:47:31 CEST 2010


Author: stepan
Date: Mon Apr 19 22:47:29 2010
New Revision: 5457
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5457

Log:
(trivial)  utils are not depending on config.h. This slipped in by accident.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Mon Apr 19 22:39:22 2010	(r5456)
+++ trunk/Makefile	Mon Apr 19 22:47:29 2010	(r5457)
@@ -155,7 +155,7 @@
 	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 $@ $<
 




More information about the coreboot mailing list