more version checks

This commit is contained in:
Alejandro Javier Asenjo Nitti 2024-05-15 13:39:32 -03:00
parent fdef9d6246
commit 6dd8ceb923

View File

@ -130,6 +130,17 @@ endif
ifeq ($(VERSION),eu)
BUILD_DEFINES += -DVERSION_EU=1
REV := rev0
endif
ifeq ($(VERSION),au)
BUILD_DEFINES += -DVERSION_AU=1
REV := rev0
endif
ifeq ($(VERSION),ln)
BUILD_DEFINES += -DVERSION_LN=1
REV := rev0
endif
ifeq ($(NON_MATCHING),1)