From 275b39e219d06ec26715bf2b53812513e37e7c04 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 13 Dec 2022 22:27:35 -0500 Subject: libgloss: merge arm into top-level Makefile Avoid a recursive make to speed things up a bit. --- libgloss/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libgloss/Makefile.am') diff --git a/libgloss/Makefile.am b/libgloss/Makefile.am index 18b32fad2..0060db3ea 100644 --- a/libgloss/Makefile.am +++ b/libgloss/Makefile.am @@ -66,6 +66,9 @@ endif if CONFIG_AARCH64 include aarch64/Makefile.inc endif +if CONFIG_ARM +include arm/Makefile.inc +endif if CONFIG_BFIN include bfin/Makefile.inc endif -- cgit v1.2.3