From 207b57869d7ed44950a51bbd9632a8549d7a9c49 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 18 Apr 2015 00:57:26 -0400 Subject: only define GIT_VERSION where it's used -when the git revision is passed to every file as a define it causes unnecessary ccache cache misses --- src/lib/version/version.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/lib') diff --git a/src/lib/version/version.h b/src/lib/version/version.h index 873240630..b79fee182 100644 --- a/src/lib/version/version.h +++ b/src/lib/version/version.h @@ -43,14 +43,6 @@ #ifndef VERSION_H_ #define VERSION_H_ -/* - GIT_VERSION is defined at build time via a Makefile call to the - git command line. - */ -#define FREEZE_STR(s) #s -#define STRINGIFY(s) FREEZE_STR(s) -#define FW_GIT STRINGIFY(GIT_VERSION) - #ifdef CONFIG_ARCH_BOARD_PX4FMU_V1 #define HW_ARCH "PX4FMU_V1" #endif -- cgit v1.2.3