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, 0 insertions, 15 deletions
diff --git a/linkers/elftoolchain/common/Makefile b/linkers/elftoolchain/common/Makefile
deleted file mode 100644
index b7b5372..0000000
--- a/linkers/elftoolchain/common/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $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"