aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/arm/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2024-09-03 14:56:07 +0100
committerMichael Brown <mcb30@ipxe.org>2024-09-03 14:56:07 +0100
commit799966fcb3067fe4e4ded62ee74e0f86a8c482ec (patch)
tree614eae1545487e2eea40651db11f817f4f192d4e /src/arch/arm/Makefile
parent7f75d320f6d8ac7ec5185b2145da87f698aec273 (diff)
downloadipxe-riscv64.tar.gz
[build] Centralise dummy architecture-specific headersriscv64
Simplify the process of adding a new CPU architecture by providing common implementations of typically empty architecture-specific header files. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/arm/Makefile')
-rw-r--r--src/arch/arm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/arm/Makefile b/src/arch/arm/Makefile
index b6509dda0..f827ed422 100644
--- a/src/arch/arm/Makefile
+++ b/src/arch/arm/Makefile
@@ -3,9 +3,9 @@
ASM_TCHAR := %
ASM_TCHAR_OPS := %%
-# Include common ARM headers
+# Include ARM-specific headers
#
-INCDIRS += arch/arm/include
+INCDIRS := arch/$(ARCH)/include arch/arm/include $(INCDIRS)
# ARM-specific directories containing source files
#