added register allocation code
[oota-llvm.git] / lib / Target / SparcV9 / Makefile
1 LEVEL = ../../..
2 LIBRARYNAME = sparc
3
4 ## List source files in link order
5 Source  = \
6           Sparc.o \
7           Sparc.burm.o \
8           SparcInstrSelection.o \
9           SparcRegInfo.o
10
11 include $(LEVEL)/Makefile.common
12