summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
new file mode 100644
index 0000000000000..d3df246e78fcc
--- /dev/null
+++ b/common/Makefile
@@ -0,0 +1,15 @@
+# $Id: Makefile 2606 2012-10-02 17:52:57Z 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"