Makefile (37768b054f2074f40de3cacd492baed482f5d9da) | Makefile (1ad69f10e3a58db60210f2869d5afddb40714507) |
---|---|
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 | 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 |
|