Revert "Revert "Merge branch 'master' of https://github.com/mono/mono""
[mono.git] / mono / utils / Makefile.am
index 95f2fa0c10ddbce76342c6176dd4f38130bcecbc..c67434d7b4b8a5c7c90433bbe45d7a4d96427d75 100644 (file)
@@ -97,6 +97,7 @@ monoutils_sources = \
        mono-threads.c  \
        mono-threads-posix.c    \
        mono-threads-mach.c     \
+       mono-threads-mach-helper.c      \
        mono-threads-windows.c  \
        mono-threads.h  \
        mono-tls.h      \
@@ -108,7 +109,8 @@ monoutils_sources = \
        mono-hwcap.h    \
        mono-hwcap.c    \
        bsearch.h       \
-       bsearch.c
+       bsearch.c       \
+       mono-signal-handler.h
 
 arch_sources = 
 
@@ -126,6 +128,10 @@ if ARM
 arch_sources += mach-support-arm.c
 endif
 
+if ARM64
+arch_sources += mach-support-arm.c
+endif
+
 else
 
 arch_sources += mach-support-unknown.c
@@ -144,6 +150,10 @@ if ARM
 arch_sources += mono-hwcap-arm.c mono-hwcap-arm.h
 endif
 
+if ARM64
+arch_sources += mono-hwcap-arm64.c mono-hwcap-arm64.h
+endif
+
 if MIPS
 arch_sources += mono-hwcap-mips.c mono-hwcap-mips.h
 endif