summaryrefslogtreecommitdiffstats
path: root/contrib/dtc/Makefile.ftdump
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dtc/Makefile.ftdump')
-rw-r--r--contrib/dtc/Makefile.ftdump12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/dtc/Makefile.ftdump b/contrib/dtc/Makefile.ftdump
new file mode 100644
index 0000000..b70905a
--- /dev/null
+++ b/contrib/dtc/Makefile.ftdump
@@ -0,0 +1,12 @@
+#
+# This is not a complete Makefile of itself.
+# Instead, it is designed to be easily embeddable
+# into other systems of Makefiles.
+#
+
+FTDUMP_SRCS = \
+ ftdump.c
+
+FTDUMP_GEN_SRCS =
+
+FTDUMP_OBJS = $(FTDUMP_SRCS:%.c=%.o) $(FTDUMP_GEN_SRCS:%.c=%.o)
OpenPOWER on IntegriCloud