summaryrefslogtreecommitdiffstats
path: root/src/arch/Makefile.am
blob: 87416872f6e325499d4c927ee1638c680ad9fa66 (plain)
1
2
3
4
5
6
7
8
9
10
11
DIST_SUBDIRS = x86 ppc sparc arm arm64 s390x amd64 ia64 mips

AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)

if ARM
# arm needs to build some stuff even in JIT mode
SUBDIRS = $(arch_target)
endif

EXTRA_DIST = ChangeLog

OpenPOWER on IntegriCloud