ia64/xen-unstable
view tools/check/Makefile @ 19848:5839491bbf20
[IA64] replace MAX_VCPUS with d->max_vcpus where necessary.
don't use MAX_VCPUS, and use vcpu::max_vcpus.
The changeset of 2f9e1348aa98 introduced max_vcpus to allow more vcpus
per guest. This patch is ia64 counter part.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
don't use MAX_VCPUS, and use vcpu::max_vcpus.
The changeset of 2f9e1348aa98 introduced max_vcpus to allow more vcpus
per guest. This patch is ia64 counter part.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
author | Isaku Yamahata <yamahata@valinux.co.jp> |
---|---|
date | Mon Jun 29 11:26:05 2009 +0900 (2009-06-29) |
parents | f4ee7e5793cf |
children |
line source
1 XEN_ROOT = ../..
2 include $(XEN_ROOT)/tools/Rules.mk
4 .PHONY: all install
5 all install: check-build
7 # Check this machine is OK for building on.
8 .PHONY: check-build
9 check-build:
10 LIBXENAPI_BINDINGS=$(LIBXENAPI_BINDINGS) ACM_SECURITY=$(ACM_SECURITY) ./chk build
12 # Check this machine is OK for installing on.
13 .PHONY: check-install
14 check-install:
15 LIBXENAPI_BINDINGS=$(LIBXENAPI_BINDINGS) ACM_SECURITY=$(ACM_SECURITY) ./chk install
17 .PHONY: clean
18 clean:
19 ./chk clean