xref: /kernel/linux/linux-6.6/drivers/gnss/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/gnss/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Makefile for the GNSS subsystem.
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciobj-$(CONFIG_GNSS)			+= gnss.o
762306a36Sopenharmony_cignss-y := core.o
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciobj-$(CONFIG_GNSS_SERIAL)		+= gnss-serial.o
1062306a36Sopenharmony_cignss-serial-y := serial.o
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciobj-$(CONFIG_GNSS_MTK_SERIAL)		+= gnss-mtk.o
1362306a36Sopenharmony_cignss-mtk-y := mtk.o
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ciobj-$(CONFIG_GNSS_SIRF_SERIAL)		+= gnss-sirf.o
1662306a36Sopenharmony_cignss-sirf-y := sirf.o
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ciobj-$(CONFIG_GNSS_UBX_SERIAL)		+= gnss-ubx.o
1962306a36Sopenharmony_cignss-ubx-y := ubx.o
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ciobj-$(CONFIG_GNSS_USB)			+= gnss-usb.o
2262306a36Sopenharmony_cignss-usb-y := usb.o
23

Indexes created Thu Nov 07 10:32:03 CST 2024