util/inteltool: Enable -Wmissing-prototypes
Change-Id: I6bf041d089498780ea2b7c52402d7452d44d3f87 Signed-off-by: Jacob Garber <jgarber1@ualberta.ca> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33946 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
6faccd1f00
commit
57f2188d86
|
@ -22,7 +22,7 @@ top ?= $(abspath ../..)
|
||||||
CC ?= gcc
|
CC ?= gcc
|
||||||
INSTALL ?= /usr/bin/env install
|
INSTALL ?= /usr/bin/env install
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
CFLAGS ?= -O2 -g -Wall -W
|
CFLAGS ?= -O2 -g -Wall -W -Wmissing-prototypes
|
||||||
LDFLAGS += -lpci -lz
|
LDFLAGS += -lpci -lz
|
||||||
|
|
||||||
CPPFLAGS += -I$(top)/src/commonlib/include
|
CPPFLAGS += -I$(top)/src/commonlib/include
|
||||||
|
|
Loading…
Reference in New Issue