Commit 16d2a9b0 authored by Russell King's avatar Russell King

[ARM] Clean generated files in "clean" rather than "mrproper"

parent ed8f7812
......@@ -155,10 +155,8 @@ zImage Image bootpImage: vmlinux
zinstall install: vmlinux
$(Q)$(MAKE) $(build)=$(boot) $@
MRPROPER_FILES += \
include/asm-arm/arch include/asm-arm/.arch \
include/asm-arm/constants.h* \
include/asm-arm/mach-types.h
CLEAN_FILES += include/asm-arm/constants.h* include/asm-arm/mach-types.h
MRPROPER_FILES += include/asm-arm/arch include/asm-arm/.arch
# We use MRPROPER_FILES and CLEAN_FILES now
archclean:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment