diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2020-01-24 16:11:32 -0600 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2020-01-24 16:11:32 -0600 |
commit | 60296026590d64f61766896cf770e69e3bfb185c (patch) | |
tree | e00231ee25b0d233abf48eaab2d7450720681e74 /libloragw/Makefile | |
parent | c08bf1d60c88179d791678a2db6db61f87fea032 (diff) | |
download | lora_gateway_mtac_full-60296026590d64f61766896cf770e69e3bfb185c.tar.gz lora_gateway_mtac_full-60296026590d64f61766896cf770e69e3bfb185c.tar.bz2 lora_gateway_mtac_full-60296026590d64f61766896cf770e69e3bfb185c.zip |
Changed lgw version to use git describe5.0.1-mts-4
Diffstat (limited to 'libloragw/Makefile')
-rw-r--r-- | libloragw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libloragw/Makefile b/libloragw/Makefile index 6edeb46..7e95eca 100644 --- a/libloragw/Makefile +++ b/libloragw/Makefile @@ -10,7 +10,7 @@ CROSS_COMPILE ?= CC := $(CROSS_COMPILE)gcc AR := $(CROSS_COMPILE)ar -CFLAGS := -O2 -Wall -Wextra -std=c99 -Iinc -I. -isystem =/usr/include/gps +CFLAGS := -O2 -Wall -Wextra -std=c99 -Iinc -I. -isystem =/usr/include/gps -DLIBLORAGW_VERSION=\"$(LIBLORAGW_VERSION)\" OBJDIR = obj INCLUDES = $(wildcard inc/*.h) @@ -31,7 +31,7 @@ clean: ### transpose library.cfg into a C header file : config.h -inc/config.h: ../VERSION library.cfg +inc/config.h: library.cfg @echo "*** Checking libloragw library configuration ***" @rm -f $@ #File initialization |