build: Make checkwps use global GCCOPTS

Change-Id: I6859d3611b2008bf8a6ec52887d8e278df1ebd9f
This commit is contained in:
Solomon Peachy 2021-07-08 11:28:50 -04:00
parent 0e1a90ea1d
commit 17f7dfb9d2
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
# $Id$
#
GCCOPTS=-std=gnu99 -g -D__PCTOOL__ -DCHECKWPS $(TARGET)
# Use global GCCOPTS
GCCOPTS += -D__PCTOOL__ -DCHECKWPS
CHECKWPS_SRC = $(call preprocess, $(TOOLSDIR)/checkwps/SOURCES)
CHECKWPS_OBJ = $(call c2obj,$(CHECKWPS_SRC))