| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index 6c409037c42ddfc6aa6477235d2e01db41528967..4a9470d405cbe5c96f2410886e0a674f2f0f5c06 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -282,6 +282,7 @@ SB_LDFLAGS := $(LINKOPTLEVEL) $(LD_EXTRA)
|
| # List the target-specific source files first, which generally take longer to
|
| # compile, in the hope of improving parallel build time.
|
| SRCS = \
|
| + IceASanInstrumentation.cpp \
|
| IceAssemblerARM32.cpp \
|
| IceInstrumentation.cpp \
|
| IceInstARM32.cpp \
|
|
|