Blame view

drivers/gnss/Makefile 396 Bytes
2b6a44035   Johan Hovold   gnss: add GNSS re...
1
2
3
4
5
6
7
  # SPDX-License-Identifier: GPL-2.0
  #
  # Makefile for the GNSS subsystem.
  #
  
  obj-$(CONFIG_GNSS)			+= gnss.o
  gnss-y := core.o
37768b054   Johan Hovold   gnss: add generic...
8
9
10
  
  obj-$(CONFIG_GNSS_SERIAL)		+= gnss-serial.o
  gnss-serial-y := serial.o
1ad69f10e   Johan Hovold   gnss: add driver ...
11

d4584bbfc   Loys Ollivier   gnss: add driver ...
12
13
  obj-$(CONFIG_GNSS_MTK_SERIAL)		+= gnss-mtk.o
  gnss-mtk-y := mtk.o
d2efbbd18   Johan Hovold   gnss: add driver ...
14
15
  obj-$(CONFIG_GNSS_SIRF_SERIAL)		+= gnss-sirf.o
  gnss-sirf-y := sirf.o
1ad69f10e   Johan Hovold   gnss: add driver ...
16
17
  obj-$(CONFIG_GNSS_UBX_SERIAL)		+= gnss-ubx.o
  gnss-ubx-y := ubx.o