summaryrefslogtreecommitdiff
path: root/drivers/video/av8100/Makefile
diff options
context:
space:
mode:
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
+