[tests] Reenable enum equals test on interpreter (#18673)
[mono-project.git] / mono / arch / Makefile.am
blob8d4b2883716e68a403709b50168a84caa752fd4b
1 MAKEFLAGS := $(MAKEFLAGS) --no-builtin-rules
3 DIST_SUBDIRS = x86 ppc sparc arm arm64 s390x amd64 mips riscv
5 AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
7 if ARM
8 # arm needs to build some stuff even in JIT mode
9 SUBDIRS = arm
10 endif
12 if RISCV
13 SUBDIRS = riscv
14 endif