diff options
Diffstat (limited to 'drivers/media/usb/tlg2300/Makefile')
-rw-r--r-- | drivers/media/usb/tlg2300/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/usb/tlg2300/Makefile b/drivers/media/usb/tlg2300/Makefile new file mode 100644 index 00000000000..4d660879999 --- /dev/null +++ b/drivers/media/usb/tlg2300/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | poseidon-objs := pd-video.o pd-alsa.o pd-dvb.o pd-radio.o pd-main.o | ||
2 | |||
3 | obj-$(CONFIG_VIDEO_TLG2300) += poseidon.o | ||
4 | |||
5 | ccflags-y += -Idrivers/media/video | ||
6 | ccflags-y += -Idrivers/media/tuners | ||
7 | ccflags-y += -Idrivers/media/dvb-core | ||
8 | ccflags-y += -Idrivers/media/dvb-frontends | ||
9 | |||