aboutsummaryrefslogtreecommitdiffstats
path: root/util/lsdvb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/lsdvb/Makefile')
-rw-r--r--util/lsdvb/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/lsdvb/Makefile b/util/lsdvb/Makefile
new file mode 100644
index 0000000..1e94162
--- /dev/null
+++ b/util/lsdvb/Makefile
@@ -0,0 +1,11 @@
+# Makefile for linuxtv.org dvb-apps/util/lsdvb
+
+binaries = lsdvb
+
+inst_bin = $(binaries)
+
+.PHONY: all
+
+all: $(binaries)
+
+include ../../Make.rules