summaryrefslogtreecommitdiff
path: root/gps/Makefile.am
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@gmail.com>2020-04-18 17:12:06 +0300
committerMichael Bestas <mkbestas@gmail.com>2020-04-18 17:12:39 +0300
commitddfa99dce7571688697e965b992a35b3f01c1aba (patch)
tree83e4f6b862bf4752c73e09d7d60496be95a1eda4 /gps/Makefile.am
parent570a57c7abc1a0f0e48698821e0061dd2e807dc5 (diff)
parentea8aefcf657335910a97e158e1c4752db9b0a880 (diff)
sdm660-common: Import GPS HAL from LA.UM.8.2.r1-04300-sdm660.0
Change-Id: I5e93d71bc7df7bb46af8c4b9ff11e8302113cfa9
Diffstat (limited to 'gps/Makefile.am')
-rw-r--r--gps/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/gps/Makefile.am b/gps/Makefile.am
new file mode 100644
index 0000000..cd4a731
--- /dev/null
+++ b/gps/Makefile.am
@@ -0,0 +1,10 @@
+# Makefile.am - Automake script for gps loc_api
+#
+
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS = gnss
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = loc-hal.pc
+EXTRA_DIST = $(pkgconfig_DATA)