ia64/xen-unstable
annotate config/x86_32.mk @ 11100:905ff6e616cc
[HVM] Add stubs to Linux for the new hvm_op hypercall.
Signed-off-by: Steven Smith <ssmith@xensource.com>
Signed-off-by: Steven Smith <ssmith@xensource.com>
author | kfraser@localhost.localdomain |
---|---|
date | Mon Aug 14 11:33:50 2006 +0100 (2006-08-14) |
parents | f35b9950843c |
children | ed9c393b3c4f |
rev | line source |
---|---|
kfraser@10229 | 1 CONFIG_X86 := y |
kfraser@10229 | 2 CONFIG_HVM := y |
kfraser@10229 | 3 CONFIG_MIGRATE := y |
kaf24@10760 | 4 CONFIG_XCUTILS := y |
kfraser@10229 | 5 CONFIG_IOEMU := y |
kfraser@10229 | 6 CONFIG_MBOOTPACK := y |
kfraser@10229 | 7 |
kfraser@10229 | 8 CFLAGS += -m32 -march=i686 |
kfraser@10229 | 9 LIBDIR := lib |