ia64/xen-unstable
changeset 9755:259ba45ed77d
[IA64] introduce compile time option to xen
introduce xen_ia64_dom0_virtual_physical compile time option.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
introduce xen_ia64_dom0_virtual_physical compile time option.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
author | awilliam@ldap.hp.com |
---|---|
date | Tue Apr 25 10:54:45 2006 -0700 (2006-04-25) |
parents | 5ee12273119c |
children | 14a34d811e81 |
files | xen/arch/ia64/Rules.mk |
line diff
1.1 --- a/xen/arch/ia64/Rules.mk Tue Apr 25 10:50:56 2006 -0700 1.2 +++ b/xen/arch/ia64/Rules.mk Tue Apr 25 10:54:45 2006 -0700 1.3 @@ -3,6 +3,8 @@ 1.4 1.5 HAS_ACPI := y 1.6 VALIDATE_VT ?= n 1.7 +xen_ia64_dom0_virtual_physical ?= n 1.8 + 1.9 ifneq ($(COMPILE_ARCH),$(TARGET_ARCH)) 1.10 CROSS_COMPILE ?= /usr/local/sp_env/v2.2.5/i686/bin/ia64-unknown-linux- 1.11 endif 1.12 @@ -34,4 +36,7 @@ CFLAGS += -g 1.13 ifeq ($(VALIDATE_VT),y) 1.14 CFLAGS += -DVALIDATE_VT 1.15 endif 1.16 +ifeq ($(xen_ia64_dom0_virtual_physical),y) 1.17 +CFLAGS += -DCONFIG_XEN_IA64_DOM0_VP 1.18 +endif 1.19 LDFLAGS := -g