summaryrefslogtreecommitdiff
path: root/rtemstoolkit/elftoolchain/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/elftoolchain/common/Makefile')
-rw-r--r--rtemstoolkit/elftoolchain/common/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/rtemstoolkit/elftoolchain/common/Makefile b/rtemstoolkit/elftoolchain/common/Makefile
new file mode 100644
index 0000000..b7b5372
--- /dev/null
+++ b/rtemstoolkit/elftoolchain/common/Makefile
@@ -0,0 +1,15 @@
+# $Id: Makefile 2140 2011-11-10 14:27:03Z jkoshy $
+
+TOP= ..
+
+INCS= elfdefinitions.h
+INCSDIR?= /usr/include
+
+.PHONY: all clean clobber depend obj
+
+all depend obj:
+
+clean clobber:
+ rm -f ${CLEANFILES}
+
+.include "${TOP}/mk/elftoolchain.inc.mk"