Add additional definitions
This commit is contained in:
parent
2bcd171104
commit
dbf5430c5f
@ -117,7 +117,10 @@ ifdef REV
|
|||||||
OPT_DEFS += -DGH60_REV_$(REV)
|
OPT_DEFS += -DGH60_REV_$(REV)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
OPT_DEFS += -DBACKLIGHT_CUSTOM
|
# Additional definitions from command line
|
||||||
|
ifdef DEFS
|
||||||
|
OPT_DEFS += $(foreach DEF,$(DEFS),-D$(DEF))
|
||||||
|
endif
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
# comment out to disable the options.
|
# comment out to disable the options.
|
||||||
|
Reference in New Issue
Block a user