From 6d38ce94ae8baf31d677fef988f727e848c7a003 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 3 Mar 2008 10:59:03 +0000 Subject: kexec: Remove xen/common/compat/kexec.c xen/common/compat/kexec.c and and the resulting two-pass build of xen/common/kexec.c is no longer needed. Signed-off-by: Simon Horman --- xen/common/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'xen/common/Makefile') diff --git a/xen/common/Makefile b/xen/common/Makefile index 631ac384bd..e190a55014 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -48,7 +48,6 @@ version.o: $(BASEDIR)/include/xen/compile.h ifeq ($(CONFIG_COMPAT),y) # extra dependencies grant_table.o: compat/grant_table.c -kexec.o: compat/kexec.c schedule.o: compat/schedule.c xenoprof.o: compat/xenoprof.c endif -- cgit v1.2.3