From 0391575d9733702f4cfeda47a14ad49328b52c10 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 27 Feb 2023 22:20:55 +0100 Subject: ARM: zynq: Move mach header files to include/mach/zynq Currently arch specific headers can be included with longer possible as there won't be a single mach anymore. Move all zynq specific header files to include/mach/zynq/ to prepare for multi-arch support. Signed-off-by: Sascha Hauer --- images/Makefile.zynq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') diff --git a/images/Makefile.zynq b/images/Makefile.zynq index 3e61ad6eb6..ac9ce8157b 100644 --- a/images/Makefile.zynq +++ b/images/Makefile.zynq @@ -4,7 +4,7 @@ # zynqcfg_cpp_flags = -Wp,-MD,$(depfile) -nostdinc -x assembler-with-cpp \ - -I $(srctree)/arch/arm/mach-zynq/include + -I $(srctree)/include/mach zynqcfg-tmp = $(subst $(comma),_,$(dot-target).zynqcfg.tmp) -- cgit v1.2.1