aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/efi
diff options
context:
space:
mode:
authorDaniel Kiper <daniel.kiper@oracle.com>2013-05-07 17:02:00 +0200
committerJan Beulich <jbeulich@suse.com>2013-05-07 17:02:00 +0200
commit6f3059e0e05b72c3cc7246f3e6e81f80761b98cb (patch)
tree3099fea4d1a5abdc191a68896883474c0e84bd9e /xen/arch/x86/efi
parent723a375f4e283f2d2b730e98cf6f6cc226423a7f (diff)
downloadxen-6f3059e0e05b72c3cc7246f3e6e81f80761b98cb.tar.gz
xen-6f3059e0e05b72c3cc7246f3e6e81f80761b98cb.tar.bz2
xen-6f3059e0e05b72c3cc7246f3e6e81f80761b98cb.zip
x86: Fix efi directory cleanup
clean target is never called from xen/arch/x86/efi/Makefile. Move all needed stuff to xen/arch/x86/Makefile and additionally remove efi.lds. Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Diffstat (limited to 'xen/arch/x86/efi')
-rw-r--r--xen/arch/x86/efi/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/arch/x86/efi/Makefile b/xen/arch/x86/efi/Makefile
index 514dba0871..1daa7ac777 100644
--- a/xen/arch/x86/efi/Makefile
+++ b/xen/arch/x86/efi/Makefile
@@ -12,6 +12,3 @@ efi := $(if $(efi),$(shell rm disabled)y,$(shell $(call create,boot.init.o); $(c
extra-$(efi) += boot.init.o relocs-dummy.o runtime.o compat.o
stub.o: $(extra-y)
-
-clean::
- rm -f disabled *.efi