summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormax <max@maxpad.(none)>2010-12-21 16:40:44 +0100
committermax <max@maxpad.(none)>2010-12-21 16:40:44 +0100
commitc8e2e3d1ec0e7b7fc3dcf4e23aa320c8b628e79a (patch)
tree409179b4e6b47632935744c7cae6a450a8e134ef /Makefile
parent20f1d9adf1addcc1497e84d3c8413eebaed6ba72 (diff)
downloadillumos-kvm-c8e2e3d1ec0e7b7fc3dcf4e23aa320c8b628e79a.tar.gz
bug fixes. fixup_rmode_irq unresolved.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b74e15d..b181a26 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ LD=/usr/bin/ld
CTFCONVERT=$(KERNEL_SOURCE)/usr/src/tools/proto/opt/onbld/bin/i386/ctfconvert
CTFMERGE=$(KERNEL_SOURCE)/usr/src/tools/proto/opt/onbld/bin/i386/ctfmerge
-CFLAGS += -D_KERNEL -D_MACHDEP -Dx86 -DCONFIG_X86_64 -DDEBUG -c -g -DCONFIG_SOLARIS -DCONFIG_KVM_MMIO
+CFLAGS += -D_KERNEL -D_MACHDEP -Dx86 -DCONFIG_X86_64 -DDEBUG -c -g -DCONFIG_SOLARIS -DCONFIG_KVM_MMIO -O2
INCLUDEDIR= -I $(KERNEL_SOURCE)/usr/src/uts/intel -I $(KERNEL_SOURCE)/usr/src/uts/i86pc -I $(KERNEL_SOURCE)/usr/src/uts/common