diff options
Diffstat (limited to 'drivers/staging/tm6000/Makefile')
-rw-r--r-- | drivers/staging/tm6000/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/staging/tm6000/Makefile b/drivers/staging/tm6000/Makefile new file mode 100644 index 00000000000..395515b4a88 --- /dev/null +++ b/drivers/staging/tm6000/Makefile | |||
@@ -0,0 +1,15 @@ | |||
1 | tm6000-y := tm6000-cards.o \ | ||
2 | tm6000-core.o \ | ||
3 | tm6000-i2c.o \ | ||
4 | tm6000-video.o \ | ||
5 | tm6000-stds.o \ | ||
6 | tm6000-input.o | ||
7 | |||
8 | obj-$(CONFIG_VIDEO_TM6000) += tm6000.o | ||
9 | obj-$(CONFIG_VIDEO_TM6000_ALSA) += tm6000-alsa.o | ||
10 | obj-$(CONFIG_VIDEO_TM6000_DVB) += tm6000-dvb.o | ||
11 | |||
12 | ccflags-y := -Idrivers/media/video | ||
13 | ccflags-y += -Idrivers/media/common/tuners | ||
14 | ccflags-y += -Idrivers/media/dvb/dvb-core | ||
15 | ccflags-y += -Idrivers/media/dvb/frontends | ||