xref: /openbmc/linux/drivers/gnss/Makefile (revision 37768b05)
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