diff options
Diffstat (limited to 'lib/ReaderWriter/Native/Makefile')
| -rw-r--r-- | lib/ReaderWriter/Native/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/ReaderWriter/Native/Makefile b/lib/ReaderWriter/Native/Makefile new file mode 100644 index 000000000000..6aba37868900 --- /dev/null +++ b/lib/ReaderWriter/Native/Makefile @@ -0,0 +1,14 @@ +##===- lld/lib/ReaderWriter/Native/Makefile --------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LLD_LEVEL := ../../.. +LIBRARYNAME := lldNative +USEDLIBS = lldCore.a + +include $(LLD_LEVEL)/Makefile |
