[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] /xen/xsm/ Corrected the usage of XSM_ENABLE
Corrected the usage of XSM_ENABLE from changeset 20285. Signed-off-by : Machon Gregory <mbgrego@xxxxxxxxxxxxxx> --- xen/xsm/Makefile | 2 +- xen/xsm/xsm_policy.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) -- Machon Gregory National Information Assurance Research Lab (NIARL) Defensive Computing Research Office 443-479-6945 diff -r f9cbb5a274d6 xen/xsm/Makefile --- a/xen/xsm/Makefile +++ b/xen/xsm/Makefile @@ -1,6 +1,6 @@ obj-y += xsm_core.o +ifeq ($(XSM_ENABLE),y) obj-y += xsm_policy.o -ifeq ($(XSM_ENABLE),y) obj-y += dummy.o endif diff -r f9cbb5a274d6 xen/xsm/xsm_policy.c --- a/xen/xsm/xsm_policy.c +++ b/xen/xsm/xsm_policy.c @@ -19,7 +19,6 @@ * */ -#define XSM_ENABLE #include <xsm/xsm.h> #include <xen/multiboot.h> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |