c05564c4d8
Android 13
10 lines
288 B
Makefile
Executable file
10 lines
288 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
c8sectpfe-y += c8sectpfe-core.o c8sectpfe-common.o c8sectpfe-dvb.o \
|
|
c8sectpfe-debugfs.o
|
|
|
|
obj-$(CONFIG_DVB_C8SECTPFE) += c8sectpfe.o
|
|
|
|
ccflags-y += -Idrivers/media/common
|
|
ccflags-y += -Idrivers/media/dvb-frontends/
|
|
ccflags-y += -Idrivers/media/tuners/
|