xref: /linux-6.12.1/drivers/media/pci/mantis/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2mantis_core-objs :=	mantis_ioc.o	\
3			mantis_uart.o	\
4			mantis_dma.o	\
5			mantis_pci.o	\
6			mantis_i2c.o	\
7			mantis_dvb.o	\
8			mantis_evm.o	\
9			mantis_hif.o	\
10			mantis_ca.o	\
11			mantis_pcmcia.o	\
12			mantis_input.o
13
14mantis-objs	:=	mantis_cards.o	\
15			mantis_vp1033.o	\
16			mantis_vp1034.o	\
17			mantis_vp1041.o	\
18			mantis_vp2033.o	\
19			mantis_vp2040.o	\
20			mantis_vp3030.o
21
22hopper-objs	:=	hopper_cards.o	\
23			hopper_vp3028.o
24
25obj-$(CONFIG_MANTIS_CORE)	+= mantis_core.o
26obj-$(CONFIG_DVB_MANTIS)	+= mantis.o
27obj-$(CONFIG_DVB_HOPPER)	+= hopper.o
28
29ccflags-y += -I $(srctree)/drivers/media/dvb-frontends/
30

served by {OpenGrok

Last Index Update: Wed May 14 03:07:05 UTC 2025

Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x
Navigate Window
x

Macro

  • hopper-objs
  • mantis-objs
  • mantis_core-objs