summaryrefslogtreecommitdiff
path: root/generate/efi/Makefile.config
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-06-15 10:33:47 -0700
committerGitHub <noreply@github.com>2016-06-15 10:33:47 -0700
commit8aac0be3c840747a032b63e7365c99190e2a0ba9 (patch)
treec667316883055dd53603d5343436465a14283f10 /generate/efi/Makefile.config
parentf78ce8644e4b13f7d092348ff33e3bf9d36eeffa (diff)
parentcc7c7ebe27537840b6e0109d8ef1435c306669bc (diff)
downloadacpica-8aac0be3c840747a032b63e7365c99190e2a0ba9.tar.gz
Merge pull request #143 from zetalog/efi-edk2
Efi edk2
Diffstat (limited to 'generate/efi/Makefile.config')
-rw-r--r--generate/efi/Makefile.config9
1 files changed, 8 insertions, 1 deletions
diff --git a/generate/efi/Makefile.config b/generate/efi/Makefile.config
index d7872c8ac..1f3aa74d4 100644
--- a/generate/efi/Makefile.config
+++ b/generate/efi/Makefile.config
@@ -47,7 +47,7 @@
#
# Common defines
#
-PROGS = acpidump
+PROGS = acpidump acpiexec
HOST = $(shell uname -m | sed s,i[3456789]86,ia32,)
TARGET = $(shell uname -m | sed s,i[3456789]86,ia32,)
SHARED ?= true
@@ -79,6 +79,7 @@ ACPICA_UTILITIES = $(ACPICA_CORE)/utilities
# ACPICA tool and utility source directories
#
ACPIDUMP = $(ACPICA_TOOLS)/acpidump
+ACPIEXEC = $(ACPICA_TOOLS)/acpiexec
#
# Common ACPICA header files
@@ -95,17 +96,23 @@ LD = ld
OBJCOPY = objcopy
CFLAGS = \
+ --save-temps\
+ -nostdinc\
+ -nostdlib\
-std=c99\
-U__linux__\
-U_LINUX\
-D_GNU_EFI\
-D_GNU_SOURCE\
+ -fno-builtin\
+ -iwithprefix include\
-fno-stack-protector\
-fno-strict-aliasing\
-fpic\
-fshort-wchar\
-I$(ACPICA_INCLUDE)
LDFLAGS = \
+ -nostdinc\
-nostdlib\
-znocombreloc\
-Bsymbolic