diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/staging/cx25821/Makefile | |
parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) |
Diffstat (limited to 'drivers/staging/cx25821/Makefile')
-rw-r--r-- | drivers/staging/cx25821/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/staging/cx25821/Makefile b/drivers/staging/cx25821/Makefile new file mode 100644 index 00000000000..aedde18c68f --- /dev/null +++ b/drivers/staging/cx25821/Makefile | |||
@@ -0,0 +1,13 @@ | |||
1 | cx25821-y := cx25821-core.o cx25821-cards.o cx25821-i2c.o \ | ||
2 | cx25821-gpio.o cx25821-medusa-video.o \ | ||
3 | cx25821-video.o cx25821-video-upstream.o \ | ||
4 | cx25821-video-upstream-ch2.o \ | ||
5 | cx25821-audio-upstream.o | ||
6 | |||
7 | obj-$(CONFIG_VIDEO_CX25821) += cx25821.o | ||
8 | obj-$(CONFIG_VIDEO_CX25821_ALSA) += cx25821-alsa.o | ||
9 | |||
10 | ccflags-y := -Idrivers/media/video | ||
11 | ccflags-y += -Idrivers/media/common/tuners | ||
12 | ccflags-y += -Idrivers/media/dvb/dvb-core | ||
13 | ccflags-y += -Idrivers/media/dvb/frontends | ||