summaryrefslogtreecommitdiff
path: root/drivers/gnss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gnss/Makefile')
-rw-r--r--drivers/gnss/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/gnss/Makefile b/drivers/gnss/Makefile
new file mode 100644
index 000000000000..171aba71684d
--- /dev/null
+++ b/drivers/gnss/Makefile
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0
+#
+# Makefile for the GNSS subsystem.
+#
+
+obj-$(CONFIG_GNSS) += gnss.o
+gnss-y := core.o
+
+obj-$(CONFIG_GNSS_SERIAL) += gnss-serial.o
+gnss-serial-y := serial.o