diff options
Diffstat (limited to 'lib/Target/BPF/Makefile')
-rw-r--r-- | lib/Target/BPF/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/Target/BPF/Makefile b/lib/Target/BPF/Makefile new file mode 100644 index 0000000..7492f5e --- /dev/null +++ b/lib/Target/BPF/Makefile @@ -0,0 +1,21 @@ +##===- lib/Target/BPF/Makefile -----------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../../.. +LIBRARYNAME = LLVMBPFCodeGen +TARGET = BPF + +# Make sure that tblgen is run, first thing. +BUILT_SOURCES = BPFGenRegisterInfo.inc BPFGenInstrInfo.inc \ + BPFGenAsmWriter.inc BPFGenAsmMatcher.inc BPFGenDAGISel.inc \ + BPFGenMCCodeEmitter.inc BPFGenSubtargetInfo.inc BPFGenCallingConv.inc + +DIRS = InstPrinter TargetInfo MCTargetDesc + +include $(LEVEL)/Makefile.common |