Commit dd315e10 authored by Patrick Georgi's avatar Patrick Georgi Committed by Patrick Georgi
Browse files

Enable scan-build for flashrom


Corresponding to flashrom svn r444.
Signed-off-by: default avatarPatrick Georgi <patrick.georgi@coresystems.de>
Acked-by: default avatarPatrick Georgi <patrick.georgi@coresystems.de>
parent c6b7dd16
......@@ -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... "
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment