summaryrefslogtreecommitdiff
path: root/drivers/stream_input/tv_frontend/Makefile (plain)
blob: 404c513d23f29b899d388b61e850cadb7aebaf65
1obj-m += aml_hardware_fe.o
2
3ccflags-y += -I$(srctree)/drivers/media/dvb-core -I$(srctree)/drivers/gpio -I$(srctree)/include
4
5aml_hardware_fe-objs += aml_fe.o
6
7# aml_atvdemod-objs += atv_demod/atvdemod_frontend.o
8# aml_atvdemod-objs += atv_demod/atvdemod_func.o
9
10# aml_dtvdemod-objs += dtv_demod/aml_demod.o
11# aml_dtvdemod-objs += dtv_demod/amlfrontend.o
12# aml_dtvdemod-objs += dtv_demod/demod_func.o
13# aml_dtvdemod-objs += dtv_demod/dvbc_func.o
14# aml_dtvdemod-objs += dtv_demod/dvbt_func.o
15# aml_dtvdemod-objs += dtv_demod/i2c_func.o
16# aml_dtvdemod-objs += dtv_demod/tuner_func.o
17