mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[build] Centralise dummy architecture-specific headers
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>
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
ASM_TCHAR := @
|
||||
ASM_TCHAR_OPS := @
|
||||
|
||||
# Include common x86 headers
|
||||
# Include x86-specific headers
|
||||
#
|
||||
INCDIRS += arch/x86/include
|
||||
INCDIRS := arch/$(ARCH)/include arch/x86/include $(INCDIRS)
|
||||
|
||||
# x86-specific directories containing source files
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user