summaryrefslogtreecommitdiffstats
path: root/package/targets.mak
diff options
context:
space:
mode:
Diffstat (limited to 'package/targets.mak')
-rw-r--r--package/targets.mak22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/targets.mak b/package/targets.mak
new file mode 100644
index 0000000..ab9faf1
--- /dev/null
+++ b/package/targets.mak
@@ -0,0 +1,22 @@
+#
+# This file has been generated by tools/gen-targets.sh
+#
+
+ALL_BINS ::= \
+ mddc-add-block-sym \
+ mddc-del-block-sym \
+
+INSTALL_BINS ::= \
+ $(DESTDIR)$(bindir)/mddc-add-block-sym \
+ $(DESTDIR)$(bindir)/mddc-del-block-sym \
+
+SLASHCOMMAND_BINS ::= \
+ $(DESTDIR)$(sproot)/command/mddc-add-block-sym \
+ $(DESTDIR)$(sproot)/command/mddc-del-block-sym \
+
+ALL_LIBS ::= \
+ etc/mdev.conf \
+
+INSTALL_LIBS ::= \
+ $(DESTDIR)$(libdir)/etc/mdev.conf \
+