1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/Target/Sparc/Makefile
Ruchira Sasanka 422a5cb539 added register allocation code
llvm-svn: 585
2001-09-15 00:30:44 +00:00

13 lines
196 B
Makefile

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