[edk2/private-pbonzini-arm] makefile

bonzini bonzini at fedoraproject.org
Fri Nov 8 13:04:43 UTC 2013


commit 89bb2b9e366aabb105f237aa9c33f129fadeb985
Author: Paolo Bonzini <pbonzini at redhat.com>
Date:   Fri Nov 8 14:04:55 2013 +0100

    makefile

 0001-arm.patch |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)
---
diff --git a/0001-arm.patch b/0001-arm.patch
index 4901304..9a9c649 100644
--- a/0001-arm.patch
+++ b/0001-arm.patch
@@ -1,14 +1,3 @@
-From 3eaa4cd1f26313e4dd9f76ad5cd61f6eb11785b6 Mon Sep 17 00:00:00 2001
-From: Paolo Bonzini <pbonzini at redhat.com>
-Date: Fri, 8 Nov 2013 13:51:34 +0100
-Subject: [PATCH] arm
-
----
- BaseTools/Source/C/GNUmakefile                 |   3 +
- BaseTools/Source/C/Include/Arm/ProcessorBind.h | 168 +++++++++++++++++++++++++
- 2 files changed, 171 insertions(+)
- create mode 100644 BaseTools/Source/C/Include/Arm/ProcessorBind.h
-
 diff --git a/BaseTools/Source/C/GNUmakefile b/BaseTools/Source/C/GNUmakefile
 index e0dde3e..bee0059 100644
 --- a/BaseTools/Source/C/GNUmakefile
@@ -197,6 +186,18 @@ index 0000000..bea7e82
 +#endif
 +
 +#endif
--- 
-1.8.4.2
-
+diff --git a/BaseTools/Source/C/Makefiles/header.makefile b/BaseTools/Source/C/Makefiles/header.makefile
+index 9aa83c0..c67e86d 100644
+--- a/BaseTools/Source/C/Makefiles/header.makefile
++++ b/BaseTools/Source/C/Makefiles/header.makefile
+@@ -30,6 +30,10 @@ ifeq ($(ARCH), IA32)
+ ARCH_INCLUDE = -I $(MAKEROOT)/Include/Ia32/
+ endif
+ 
++ifeq ($(ARCH), ARM)
++ARCH_INCLUDE = -I $(MAKEROOT)/Include/Arm/
++endif
++
+ ifeq ($(ARCH), X64)
+ ARCH_INCLUDE = -I $(MAKEROOT)/Include/X64/
+ endif


More information about the scm-commits mailing list