mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
422a5cb539
llvm-svn: 585
13 lines
196 B
Makefile
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
|
|
|