aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/Makefile
blob: 82404c85b881a9b4ed981a8ef1ced1c778430e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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