mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
9 lines
264 B
Makefile
9 lines
264 B
Makefile
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 += -Idrivers/media/dvb-core/
|
|
ccflags-y += -Idrivers/media/common/b2c2/
|