Makefile (1ad69f10e3a58db60210f2869d5afddb40714507) | Makefile (d2efbbd18b1e26ac79401841089e4a4b97d745c3) |
---|---|
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 | 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 |
|
12obj-$(CONFIG_GNSS_UBX_SERIAL) += gnss-ubx.o 13gnss-ubx-y := ubx.o | 15obj-$(CONFIG_GNSS_UBX_SERIAL) += gnss-ubx.o 16gnss-ubx-y := ubx.o |