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:
parent
c6b7dd1689
commit
dd315e107d
4
Makefile
4
Makefile
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
PROGRAM = flashrom
|
PROGRAM = flashrom
|
||||||
|
|
||||||
CC = gcc
|
CC ?= gcc
|
||||||
STRIP = strip
|
STRIP = strip
|
||||||
INSTALL = /usr/bin/install
|
INSTALL = /usr/bin/install
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
@ -57,7 +57,7 @@ distclean: clean
|
|||||||
rm -f .dependencies
|
rm -f .dependencies
|
||||||
|
|
||||||
dep:
|
dep:
|
||||||
@$(CC) -MM *.c > .dependencies
|
@$(CC) $(SVNDEF) -MM *.c > .dependencies
|
||||||
|
|
||||||
pciutils:
|
pciutils:
|
||||||
@echo; printf "Checking for pciutils and zlib... "
|
@echo; printf "Checking for pciutils and zlib... "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user