diff options
Diffstat (limited to 'sim/Makefile.am')
-rw-r--r-- | sim/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sim/Makefile.am b/sim/Makefile.am index db4cd4e..a4ebb5f 100644 --- a/sim/Makefile.am +++ b/sim/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in ## -# Copyright (C) 1993-2024 Free Software Foundation, Inc. +# Copyright (C) 1993-2025 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -106,9 +106,6 @@ include testsuite/local.mk if SIM_ENABLE_ARCH_aarch64 include aarch64/local.mk endif -if SIM_ENABLE_ARCH_arm -include arm/local.mk -endif if SIM_ENABLE_ARCH_avr include avr/local.mk endif |