Include EXTRA_CFLAGS for optional extras
This commit is contained in:
parent
be2f00b91c
commit
824f975510
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -8,6 +8,7 @@ CFLAGS += -DGITREV='"$(GITREV)"'
|
|||
CFLAGS += -DBLDDATE='"$(BLDDATE)"'
|
||||
CFLAGS += -DCR_YEAR='"$(CR_YEAR)"'
|
||||
CFLAGS += -DVERSION='$(VERSION)'
|
||||
CFLAGS += $(EXTRA_CFLAGS)
|
||||
|
||||
# Soon...
|
||||
# CFLAGS += $(shell pkg-config --cflags libudev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue