mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
LP-130 Make GCS postfix configurable
This commit is contained in:
parent
2c05306b19
commit
f09bd1701d
3
Makefile
3
Makefile
@ -56,7 +56,8 @@ DIRS := $(DL_DIR) $(TOOLS_DIR) $(BUILD_DIR) $(PACKAGE_DIR) $(DIST_DIR) $(OPGCSSY
|
|||||||
|
|
||||||
# Naming for binaries and packaging etc,.
|
# Naming for binaries and packaging etc,.
|
||||||
export ORG_BIG_NAME := LibrePilot
|
export ORG_BIG_NAME := LibrePilot
|
||||||
GCS_BIG_NAME := ${ORG_BIG_NAME} GCS
|
GCS_LABEL := GCS
|
||||||
|
GCS_BIG_NAME := $(ORG_BIG_NAME) $(GCS_LABEL)
|
||||||
# These should be lowercase with no spaces
|
# These should be lowercase with no spaces
|
||||||
export ORG_SMALL_NAME := $(call smallify,$(ORG_BIG_NAME))
|
export ORG_SMALL_NAME := $(call smallify,$(ORG_BIG_NAME))
|
||||||
GCS_SMALL_NAME := $(call smallify,$(GCS_BIG_NAME))
|
GCS_SMALL_NAME := $(call smallify,$(GCS_BIG_NAME))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user