Allow QK_MAKE to work with converters (#18637)
This commit is contained in:
parent
7a1517b6d4
commit
86938fd958
2 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,7 @@ ifneq ($(CONVERT_TO),)
|
|||
|
||||
# Configure any defaults
|
||||
OPT_DEFS += -DCONVERT_TO_$(strip $(shell echo $(CONVERT_TO) | tr '[:lower:]' '[:upper:]'))
|
||||
OPT_DEFS += -DCONVERTER_TARGET=\"$(strip $(CONVERT_TO))\"
|
||||
OPT_DEFS += -DCONVERTER_ENABLED
|
||||
VPATH += $(CONVERTER)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue