summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-04-26 19:47:23 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-04-26 19:47:23 +0000
commit28f70c319e759858d8fe1b5ecc81f59056d619dc (patch)
tree3a17dbf97ffbf7100f3ee8ffa630fee4b9baee76 /Makefile
parent96684c7882dcca26527daeaf53c016b6f9c516fe (diff)
downloadflashrom-28f70c319e759858d8fe1b5ecc81f59056d619dc.zip
flashrom-28f70c319e759858d8fe1b5ecc81f59056d619dc.tar.gz
Enable scan-build for flashrom
Corresponding to flashrom svn r444. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4699784..2fa673e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
PROGRAM = flashrom
-CC = gcc
+CC ?= gcc
STRIP = strip
INSTALL = /usr/bin/install
PREFIX = /usr/local
@@ -57,7 +57,7 @@ distclean: clean
rm -f .dependencies
dep:
- @$(CC) -MM *.c > .dependencies
+ @$(CC) $(SVNDEF) -MM *.c > .dependencies
pciutils:
@echo; printf "Checking for pciutils and zlib... "
OpenPOWER on IntegriCloud