summaryrefslogtreecommitdiff
path: root/drivers/video/av8100/Makefile
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:25 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:25 +0200
commit1824f16fd3633ea156a90926db7fca2606481346 (patch)
tree428667dbccfe0fdf8d33bee5a18e8cf1aa0b7767 /drivers/video/av8100/Makefile
parent453e007c74a011b84260aab6c28250635de2e322 (diff)
parentf7d8ac55db0b41ed64c4cd37f5d51bbd5bb8e776 (diff)
Merge topic branch 'video' into integration-linux-ux500-3.3
Diffstat (limited to 'drivers/video/av8100/Makefile')
-rw-r--r--drivers/video/av8100/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/video/av8100/Makefile b/drivers/video/av8100/Makefile
new file mode 100644
index 00000000000..2d3028b18ca
--- /dev/null
+++ b/drivers/video/av8100/Makefile
@@ -0,0 +1,10 @@
+# Make file for compiling and loadable module HDMI
+
+obj-$(CONFIG_AV8100) += av8100.o hdmi.o
+
+ifdef CONFIG_HDMI_AV8100_DEBUG
+EXTRA_CFLAGS += -DDEBUG
+endif
+
+clean-files := av8100.o hdmi.o built-in.o modules.order
+