mirror of
https://github.com/HarbourMasters/Starship
synced 2026-09-03 02:53:52 -04:00
Initial JAP REV0 extraction for function exploring (#241)
* progress so far * no v * root yamls ignored * gitignore jap version src extraction for now * wipe this * separate yamls
This commit is contained in:
committed by
GitHub
parent
cd3444b727
commit
1dec9db413
@@ -122,8 +122,12 @@ BUILD_DEFINES ?=
|
||||
|
||||
ifeq ($(VERSION),us)
|
||||
BUILD_DEFINES += -DVERSION_US=1
|
||||
else
|
||||
$(error Invalid VERSION variable detected. Please use 'us')
|
||||
# else
|
||||
# $(error Invalid VERSION variable detected. Please use 'us')
|
||||
endif
|
||||
|
||||
ifeq ($(VERSION),jap)
|
||||
BUILD_DEFINES += -DVERSION_JAP=1
|
||||
endif
|
||||
|
||||
ifeq ($(NON_MATCHING),1)
|
||||
|
||||
Reference in New Issue
Block a user