mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
14 lines
221 B
Makefile
14 lines
221 B
Makefile
LEVEL = ../../..
|
|
LIBRARYNAME = sparc
|
|
|
|
## List source files in link order
|
|
Source = \
|
|
Sparc.o \
|
|
Sparc.burm.o \
|
|
SparcInstrSelection.o \
|
|
SparcRegClassInfo.o \
|
|
SparcRegInfo.o
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|