build: remove .d files from xen/ on a clean
authorJonathan Creekmore <jonathan.creekmore@gmail.com>
Wed, 25 Nov 2015 16:19:01 +0000 (17:19 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 25 Nov 2015 16:19:01 +0000 (17:19 +0100)
Dependency files were getting left behind in the xen
directory (since 8b6ef9c152edceabecc7f90c811cd538a7b7a110),
so append the $(DEPS) to the clean rule that runs in the
hypervisor directory.

Signed-off-by: Jonathan Creekmore <jonathan.creekmore@gmail.com>
xen/Makefile

index c556198b537f9e91472f44469fbcfb9c346711cf..fa9cf0a62be833d11edfc4254708093fca66e216 100644 (file)
@@ -88,7 +88,7 @@ _clean: delete-unfresh-files
        $(MAKE) -f $(BASEDIR)/Rules.mk -C xsm clean
        $(MAKE) -f $(BASEDIR)/Rules.mk -C crypto clean
        $(MAKE) -f $(BASEDIR)/Rules.mk -C arch/$(TARGET_ARCH) clean
-       rm -f include/asm *.o $(TARGET) $(TARGET).gz $(TARGET).efi $(TARGET)-syms *~ core
+       rm -f include/asm *.o $(TARGET) $(TARGET).gz $(TARGET).efi $(TARGET)-syms *~ core $(DEPS)
        rm -f include/asm-*/asm-offsets.h
        rm -f .banner