mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-09 13:41:35 +00:00
20b1ea0c98
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@561 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
190 B
Makefile
15 lines
190 B
Makefile
LEVEL = ../../../..
|
|
|
|
DIRS =
|
|
|
|
LIBRARYNAME = sparc
|
|
|
|
## List source files in link order
|
|
Source = \
|
|
Sparc.o \
|
|
Sparc.burm.o \
|
|
SparcInstrSelection.o
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|