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