mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 23:56:44 +07:00
190137478f
While drxj is already too big, moving the code there will make easier to get rid of the drxj_ctrl function. It will also help to detect and remove the unused functions, helping to remove lots of dead code there. Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
7 lines
197 B
Makefile
7 lines
197 B
Makefile
drx39xyj-objs := drx39xxj_dummy.o drxj.o drx_dap_fasi.o
|
|
|
|
obj-$(CONFIG_DVB_DRX39XYJ) += drx39xyj.o
|
|
|
|
ccflags-y += -I$(srctree)/drivers/media/dvb-core/
|
|
ccflags-y += -I$(srctree)/drivers/media/tuners/
|