Olaf Hering
f28de7a3ce
Rename to match the package name. I'll deal the file name later. OBS-URL: https://build.opensuse.org/request/show/244527 OBS-URL: https://build.opensuse.org/package/show/Virtualization/ovmf?expand=0&rev=1
16 lines
731 B
Diff
16 lines
731 B
Diff
diff --git a/BaseTools/Source/C/Makefiles/header.makefile b/BaseTools/Source/C/Makefiles/header.makefile
|
|
index 6895f98..7939db0 100644
|
|
--- a/BaseTools/Source/C/Makefiles/header.makefile
|
|
+++ b/BaseTools/Source/C/Makefiles/header.makefile
|
|
@@ -39,6 +39,10 @@ ifeq ($(ARCH), ARM)
|
|
ARCH_INCLUDE = -I $(MAKEROOT)/Include/Arm/
|
|
endif
|
|
|
|
+ifeq ($(ARCH), AARCH64)
|
|
+ARCH_INCLUDE = -I $(MAKEROOT)/Include/AArch64/
|
|
+endif
|
|
+
|
|
INCLUDE = $(TOOL_INCLUDE) -I $(MAKEROOT) -I $(MAKEROOT)/Include/Common -I $(MAKEROOT)/Include/ -I $(MAKEROOT)/Include/IndustryStandard -I $(MAKEROOT)/Common/ -I .. -I . $(ARCH_INCLUDE)
|
|
CPPFLAGS = $(INCLUDE)
|
|
CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -fno-merge-constants -nostdlib -Wall -Werror -c -g
|