summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--batching/Makefile.am2
-rw-r--r--gnss/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/batching/Makefile.am b/batching/Makefile.am
index ef8011e..d61f64f 100644
--- a/batching/Makefile.am
+++ b/batching/Makefile.am
@@ -40,6 +40,6 @@ lib_LTLIBRARIES = libbatching.la
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = location-batching.pc
-sysconf_DATA = $(WORKSPACE)/hardware/qcom/gps/etc/flp.conf
+sysconf_DATA = $(WORKSPACE)/hardware/qcom/sm7150/gps/etc/flp.conf
EXTRA_DIST = $(pkgconfig_DATA)
diff --git a/gnss/Makefile.am b/gnss/Makefile.am
index db20c15..92724ed 100644
--- a/gnss/Makefile.am
+++ b/gnss/Makefile.am
@@ -5,7 +5,7 @@ AM_CFLAGS = \
$(LOCCORE_CFLAGS) \
-I./ \
-I../utils \
- -I$(WORKSPACE)/hardware/qcom/gps/core/data-items \
+ -I$(WORKSPACE)/hardware/qcom/sm7150/gps/core/data-items \
-I../location \
-std=c++1y