From e310d86eb4fba6658c213058dd6577d48c39c621 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Tue, 12 Dec 2023 13:09:49 +0100 Subject: ARM: mach-types: don't generate header at buildtime Now that we have removed 4642 machine types unused by barebox, we are just left with 65 boards. Let's just include the generated header in the source tree and stop generating the header anew at build time. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20231212120949.3459707-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- arch/arm/boards/mioa701/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/boards/mioa701/board.c') diff --git a/arch/arm/boards/mioa701/board.c b/arch/arm/boards/mioa701/board.c index 9f28f7b94b..685c78611b 100644 --- a/arch/arm/boards/mioa701/board.c +++ b/arch/arm/boards/mioa701/board.c @@ -18,7 +18,7 @@ #include #include -#include +#include #include #include "mioa701.h" -- cgit v1.2.3