3d6c2bc08a
just like the V4L2 core, move the DVB core to drivers/media, as the intention is to get rid of both "video" and "dvb" directories. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
10 lines
313 B
Makefile
10 lines
313 B
Makefile
au0828-objs := au0828-core.o au0828-i2c.o au0828-cards.o au0828-dvb.o au0828-video.o au0828-vbi.o
|
|
|
|
obj-$(CONFIG_VIDEO_AU0828) += au0828.o
|
|
|
|
ccflags-y += -Idrivers/media/common/tuners
|
|
ccflags-y += -Idrivers/media/dvb-core
|
|
ccflags-y += -Idrivers/media/dvb/frontends
|
|
|
|
ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
|