Move the sparc target to a new lib/Target directory
[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
10 include $(LEVEL)/Makefile.common
11