diff options
author | Jason Reiss <jreiss@multitech.com> | 2019-09-19 08:25:29 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2019-09-19 08:25:29 -0500 |
commit | c9df9ed22788a5ebca6fef270d9377e74737be1b (patch) | |
tree | 1e6572e8226f0188f4667b36ceef884ac619d8d8 /libloragw/Makefile | |
parent | 660f8ec6a84315a75327458934d01276dd9d5ab9 (diff) | |
download | lora_gateway_mtac_full-c9df9ed22788a5ebca6fef270d9377e74737be1b.tar.gz lora_gateway_mtac_full-c9df9ed22788a5ebca6fef270d9377e74737be1b.tar.bz2 lora_gateway_mtac_full-c9df9ed22788a5ebca6fef270d9377e74737be1b.zip |
Apply patches for gpsd and spectral scan utility
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 53c33d9..4575bdc 100644 --- a/libloragw/Makefile +++ b/libloragw/Makefile @@ -10,14 +10,14 @@ CROSS_COMPILE ?= CC := $(CROSS_COMPILE)gcc AR := $(CROSS_COMPILE)ar -CFLAGS := -O2 -Wall -Wextra -std=c99 -Iinc -I. +CFLAGS := -O2 -Wall -Wextra -std=c99 -Iinc -I. -isystem =/usr/include/gps OBJDIR = obj INCLUDES = $(wildcard inc/*.h) ### linking options -LIBS := -lloragw -lrt -lm +LIBS := -lloragw -lrt -lm -lgps ### general build targets |