aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/stk1160/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/stk1160/Makefile')
-rw-r--r--drivers/media/video/stk1160/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/video/stk1160/Makefile b/drivers/media/video/stk1160/Makefile
new file mode 100644
index 00000000000..8a3c78482e7
--- /dev/null
+++ b/drivers/media/video/stk1160/Makefile
@@ -0,0 +1,11 @@
1obj-stk1160-ac97-$(CONFIG_VIDEO_STK1160_AC97) := stk1160-ac97.o
2
3stk1160-y := stk1160-core.o \
4 stk1160-v4l.o \
5 stk1160-video.o \
6 stk1160-i2c.o \
7 $(obj-stk1160-ac97-y)
8
9obj-$(CONFIG_VIDEO_STK1160) += stk1160.o
10
11ccflags-y += -Idrivers/media/video