xref: /linux/drivers/gnss/Makefile (revision 2b6a440351436d792b1960822da4b7d6e673f568)
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