aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/au0828/Makefile
blob: cd2c58281b4eda4c26ac46483f10208389a881d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
au0828-objs	:= au0828-core.o au0828-i2c.o au0828-cards.o au0828-dvb.o

obj-$(CONFIG_VIDEO_AU0828) += au0828.o

EXTRA_CFLAGS += -Idrivers/media/common/tuners
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends

EXTRA_CFLAGS += $(extra-cflags-y) $(extra-cflags-m)