mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
systemlib: Use build directory for git version
This commit is contained in:
4
Makefile
4
Makefile
@@ -49,8 +49,8 @@ ifneq ($(words $(GIT_DESC)),1)
|
||||
GIT_DESC := "unknown_git_version"
|
||||
endif
|
||||
|
||||
$(shell echo "#include \"git_version.h\"" > src/modules/systemlib/git_version.c)
|
||||
$(shell echo "const char* px4_git_version = \"$(GIT_DESC)\";" >> src/modules/systemlib/git_version.c)
|
||||
$(shell echo "#include <systemlib/git_version.h>" > $(BUILD_DIR)git_version.c)
|
||||
$(shell echo "const char* px4_git_version = \"$(GIT_DESC)\";" >> $(BUILD_DIR)git_version.c)
|
||||
|
||||
#
|
||||
# Canned firmware configurations that we (know how to) build.
|
||||
|
||||
1
src/modules/systemlib/.gitignore
vendored
1
src/modules/systemlib/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
git_version.c
|
||||
@@ -56,7 +56,7 @@ SRCS = err.c \
|
||||
circuit_breaker.cpp \
|
||||
circuit_breaker_params.c \
|
||||
mcu_version.c \
|
||||
git_version.c
|
||||
$(BUILD_DIR)git_version.c
|
||||
|
||||
MAXOPTIMIZATION = -Os
|
||||
|
||||
|
||||
Reference in New Issue
Block a user