summaryrefslogtreecommitdiff
path: root/linkers/elftoolchain/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'linkers/elftoolchain/common/Makefile')
-rw-r--r--linkers/elftoolchain/common/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/linkers/elftoolchain/common/Makefile b/linkers/elftoolchain/common/Makefile
new file mode 100644
index 0000000..b7b5372
--- /dev/null
+++ b/linkers/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"