xref: /openbmc/linux/drivers/gnss/Makefile (revision 31af04cd)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the GNSS subsystem.
4#
5
6obj-$(CONFIG_GNSS)			+= gnss.o
7gnss-y := core.o
8
9obj-$(CONFIG_GNSS_SERIAL)		+= gnss-serial.o
10gnss-serial-y := serial.o
11
12obj-$(CONFIG_GNSS_SIRF_SERIAL)		+= gnss-sirf.o
13gnss-sirf-y := sirf.o
14
15obj-$(CONFIG_GNSS_UBX_SERIAL)		+= gnss-ubx.o
16gnss-ubx-y := ubx.o
17