1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-29 07:53:44 +02:00

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>
This commit is contained in:
Patrick Georgi 2009-04-26 19:47:23 +00:00 committed by Patrick Georgi
parent c6b7dd1689
commit dd315e107d

View File

@ -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... "