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_UBX_SERIAL) += gnss-ubx.o 13gnss-ubx-y := ubx.o 14