From: George Dunlap Date: Thu, 23 Feb 2012 10:14:55 +0000 (+0000) Subject: cleanup: Remove dependency files in efi directory during a make clean X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=07f06f76ec5aa7b452603e743f236662e3eb1240;p=xen.git cleanup: Remove dependency files in efi directory during a make clean Signed-off-by: George Dunlap Committed-by: Keir Fraser --- diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile index bddc52b32e..d273f83cca 100644 --- a/xen/arch/x86/Makefile +++ b/xen/arch/x86/Makefile @@ -168,5 +168,5 @@ efi/mkreloc: efi/mkreloc.c clean:: rm -f asm-offsets.s xen.lds boot/*.o boot/*~ boot/core boot/mkelf32 rm -f $(BASEDIR)/.xen-syms.[0-9]* boot/.*.d - rm -f $(BASEDIR)/.xen.efi.[0-9]* efi/*.o efi/mkreloc + rm -f $(BASEDIR)/.xen.efi.[0-9]* efi/*.o efi/mkreloc efi/.*.d rm -f boot/reloc.S boot/reloc.lnk boot/reloc.bin