aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/m68knommu/Makefile2
-rw-r--r--arch/mips/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68knommu/Makefile b/arch/m68knommu/Makefile
index a254aa9d4998..58c9fa57ca67 100644
--- a/arch/m68knommu/Makefile
+++ b/arch/m68knommu/Makefile
@@ -109,7 +109,7 @@ libs-y += arch/m68knommu/lib/
109prepare: include/asm-$(ARCH)/asm-offsets.h 109prepare: include/asm-$(ARCH)/asm-offsets.h
110 110
111archclean: 111archclean:
112 $(call descend arch/$(ARCH)/boot, subdirclean) 112 $(Q)$(MAKE) $(clean)=arch/m68knommu/boot
113 113
114include/asm-$(ARCH)/asm-offsets.h: arch/$(ARCH)/kernel/asm-offsets.s \ 114include/asm-$(ARCH)/asm-offsets.h: arch/$(ARCH)/kernel/asm-offsets.s \
115 include/asm include/linux/version.h \ 115 include/asm include/linux/version.h \
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index bc1c44274a58..26528b600b97 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -683,7 +683,7 @@ drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/
683 683
684ifdef CONFIG_LASAT 684ifdef CONFIG_LASAT
685rom.bin rom.sw: vmlinux 685rom.bin rom.sw: vmlinux
686 $(call descend,arch/mips/lasat/image,$@) 686 $(Q)$(MAKE) $(build)=arch/mips/lasat/image $@
687endif 687endif
688 688
689# 689#