summaryrefslogtreecommitdiff
path: root/libloragw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libloragw/Makefile')
-rw-r--r--libloragw/Makefile4
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