Makefile (2b6a440351436d792b1960822da4b7d6e673f568) | Makefile (37768b054f2074f40de3cacd492baed482f5d9da) |
---|---|
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 | 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 |
|