diff options
-rw-r--r-- | arch/mips/Makefile | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 3637ba52ebce..9296cbf3f1f5 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -278,8 +278,7 @@ vmlinuz vmlinuz.bin vmlinuz.ecoff vmlinuz.srec: $(vmlinux-32) FORCE | |||
278 | VMLINUX_LOAD_ADDRESS=$(load-y) 32bit-bfd=$(32bit-bfd) $@ | 278 | VMLINUX_LOAD_ADDRESS=$(load-y) 32bit-bfd=$(32bit-bfd) $@ |
279 | 279 | ||
280 | 280 | ||
281 | CLEAN_FILES += vmlinux.ecoff \ | 281 | CLEAN_FILES += vmlinux.32 vmlinux.64 |
282 | vmlinux.srec | ||
283 | 282 | ||
284 | archprepare: | 283 | archprepare: |
285 | ifdef CONFIG_MIPS32_N32 | 284 | ifdef CONFIG_MIPS32_N32 |
@@ -298,9 +297,9 @@ install: | |||
298 | $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE) | 297 | $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE) |
299 | 298 | ||
300 | archclean: | 299 | archclean: |
301 | @$(MAKE) $(clean)=arch/mips/boot | 300 | $(Q)$(MAKE) $(clean)=arch/mips/boot |
302 | @$(MAKE) $(clean)=arch/mips/boot/compressed | 301 | $(Q)$(MAKE) $(clean)=arch/mips/boot/compressed |
303 | @$(MAKE) $(clean)=arch/mips/lasat | 302 | $(Q)$(MAKE) $(clean)=arch/mips/lasat |
304 | 303 | ||
305 | define archhelp | 304 | define archhelp |
306 | echo ' install - install kernel into $(INSTALL_PATH)' | 305 | echo ' install - install kernel into $(INSTALL_PATH)' |
@@ -314,11 +313,3 @@ define archhelp | |||
314 | echo | 313 | echo |
315 | echo ' These will be default as apropriate for a configured platform.' | 314 | echo ' These will be default as apropriate for a configured platform.' |
316 | endef | 315 | endef |
317 | |||
318 | CLEAN_FILES += vmlinux.32 \ | ||
319 | vmlinux.64 \ | ||
320 | vmlinux.ecoff \ | ||
321 | vmlinuz \ | ||
322 | vmlinuz.ecoff \ | ||
323 | vmlinuz.bin \ | ||
324 | vmlinuz.srec | ||