diff options
author | max <max@maxpad.(none)> | 2010-12-21 16:40:44 +0100 |
---|---|---|
committer | max <max@maxpad.(none)> | 2010-12-21 16:40:44 +0100 |
commit | c8e2e3d1ec0e7b7fc3dcf4e23aa320c8b628e79a (patch) | |
tree | 409179b4e6b47632935744c7cae6a450a8e134ef /Makefile | |
parent | 20f1d9adf1addcc1497e84d3c8413eebaed6ba72 (diff) | |
download | illumos-kvm-c8e2e3d1ec0e7b7fc3dcf4e23aa320c8b628e79a.tar.gz |
bug fixes. fixup_rmode_irq unresolved.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |