1
0

Add additional definitions

This commit is contained in:
Kai Ryu 2013-12-12 17:15:35 +09:00
parent 2bcd171104
commit dbf5430c5f

View File

@ -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.