mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 08:46:45 +07:00
265a651062
Including support for the AU0828 USB Bridge. Including support for the AU8522 ATSC/QAM Demodulator. Including support for the AU8522 ATSC/QAM Demodulator. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
10 lines
293 B
Makefile
10 lines
293 B
Makefile
au0828-objs := au0828-core.o au0828-i2c.o au0828-cards.o au0828-dvb.o
|
|
|
|
obj-$(CONFIG_VIDEO_AU0828) += au0828.o
|
|
|
|
EXTRA_CFLAGS += -Idrivers/media/video
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
|
|
|
|
EXTRA_CFLAGS += $(extra-cflags-y) $(extra-cflags-m)
|