forked from len0rd/rockbox
build: Make checkwps use global GCCOPTS
Change-Id: I6859d3611b2008bf8a6ec52887d8e278df1ebd9f
This commit is contained in:
parent
0e1a90ea1d
commit
17f7dfb9d2
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
||||||
GCCOPTS=-std=gnu99 -g -D__PCTOOL__ -DCHECKWPS $(TARGET)
|
# Use global GCCOPTS
|
||||||
|
GCCOPTS += -D__PCTOOL__ -DCHECKWPS
|
||||||
|
|
||||||
CHECKWPS_SRC = $(call preprocess, $(TOOLSDIR)/checkwps/SOURCES)
|
CHECKWPS_SRC = $(call preprocess, $(TOOLSDIR)/checkwps/SOURCES)
|
||||||
CHECKWPS_OBJ = $(call c2obj,$(CHECKWPS_SRC))
|
CHECKWPS_OBJ = $(call c2obj,$(CHECKWPS_SRC))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue