1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/Sparc/Makefile
Chris Lattner 14d60a1971 Add EmitAssembly to mf
llvm-svn: 637
2001-09-19 13:48:18 +00:00

14 lines
236 B
Makefile

LEVEL = ../../..
LIBRARYNAME = sparc
## List source files in link order
Source = \
Sparc.o \
Sparc.burm.o \
SparcInstrSelection.o \
SparcRegClassInfo.o \
SparcRegInfo.o EmitAssembly.o
include $(LEVEL)/Makefile.common