diff options
Diffstat (limited to 'drivers/media/pci/b2c2/Makefile')
-rw-r--r-- | drivers/media/pci/b2c2/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/pci/b2c2/Makefile b/drivers/media/pci/b2c2/Makefile new file mode 100644 index 0000000000..14ed6e4417 --- /dev/null +++ b/drivers/media/pci/b2c2/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0 +ifneq ($(CONFIG_DVB_B2C2_FLEXCOP_PCI),) +b2c2-flexcop-pci-objs += flexcop-dma.o +endif + +b2c2-flexcop-pci-objs += flexcop-pci.o +obj-$(CONFIG_DVB_B2C2_FLEXCOP_PCI) += b2c2-flexcop-pci.o + +ccflags-y += -I $(srctree)/drivers/media/common/b2c2/ |