diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-18 19:32:31 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-19 03:36:45 -0500 |
commit | ed939535e21733f05ffcc8d045f4585e22ed6a11 (patch) | |
tree | 410a7a8ef22b493842b4afba05f175a43fd8daa2 /sim/Makefile.am | |
parent | 8155b8539b55bca87378129e02009cd8907d8c8c (diff) | |
download | gdb-ed939535e21733f05ffcc8d045f4585e22ed6a11.zip gdb-ed939535e21733f05ffcc8d045f4585e22ed6a11.tar.gz gdb-ed939535e21733f05ffcc8d045f4585e22ed6a11.tar.bz2 |
sim: install various doc files
Diffstat (limited to 'sim/Makefile.am')
-rw-r--r-- | sim/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/Makefile.am b/sim/Makefile.am index 4831fbc..909bec0 100644 --- a/sim/Makefile.am +++ b/sim/Makefile.am @@ -71,6 +71,9 @@ include igen/local.mk endif include testsuite/local.mk +if SIM_ENABLE_ARCH_arm +include arm/local.mk +endif if SIM_ENABLE_ARCH_bpf include bpf/local.mk endif @@ -83,6 +86,9 @@ endif if SIM_ENABLE_ARCH_d10v include d10v/local.mk endif +if SIM_ENABLE_ARCH_erc32 +include erc32/local.mk +endif if SIM_ENABLE_ARCH_frv include frv/local.mk endif @@ -107,6 +113,12 @@ endif if SIM_ENABLE_ARCH_or1k include or1k/local.mk endif +if SIM_ENABLE_ARCH_ppc +include ppc/local.mk +endif +if SIM_ENABLE_ARCH_rx +include rx/local.mk +endif if SIM_ENABLE_ARCH_sh include sh/local.mk endif |