summaryrefslogtreecommitdiff
path: root/xpp/firmwares/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/firmwares/Makefile')
-rw-r--r--xpp/firmwares/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/xpp/firmwares/Makefile b/xpp/firmwares/Makefile
new file mode 100644
index 0000000..605f21c
--- /dev/null
+++ b/xpp/firmwares/Makefile
@@ -0,0 +1,9 @@
+FIRMWARES = $(wildcard *.hex)
+
+FIRM_DIR = /usr/share/zaptel
+
+all:
+
+install:
+ install -d $(DESTDIR)$(FIRM_DIR)
+ install -m 644 $(FIRMWARES) $(DESTDIR)$(FIRM_DIR)