[coreboot] [flashrom] r444 - trunk

svn at coreboot.org svn at coreboot.org
Sun Apr 26 21:47:23 CEST 2009


Author: oxygene
Date: 2009-04-26 21:47:23 +0200 (Sun, 26 Apr 2009)
New Revision: 444

Modified:
   trunk/Makefile
Log:
Enable scan-build for flashrom.

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2009-04-25 22:07:28 UTC (rev 443)
+++ trunk/Makefile	2009-04-26 19:47:23 UTC (rev 444)
@@ -6,7 +6,7 @@
 
 PROGRAM = flashrom
 
-CC      = gcc
+CC     ?= gcc
 STRIP	= strip
 INSTALL = /usr/bin/install
 PREFIX  = /usr/local
@@ -57,7 +57,7 @@
 	rm -f .dependencies
 
 dep:
-	@$(CC) -MM *.c > .dependencies
+	@$(CC) $(SVNDEF) -MM *.c > .dependencies
 
 pciutils:
 	@echo; printf "Checking for pciutils and zlib... "





More information about the coreboot mailing list