aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.(none)>2005-07-25 12:51:08 +0000
committerSam Ravnborg <sam@mars.(none)>2005-07-25 12:51:08 +0000
commit7c6b155fb49fbc63e0b30a1d49552693c0b45be7 (patch)
tree55451f57b3963421522a2662bc3d537f6b58f5cd /arch/m68knommu
parentkbuild: drop -Wundef from HOSTCFLAGS for now (diff)
downloadlinux-dev-7c6b155fb49fbc63e0b30a1d49552693c0b45be7.tar.xz
linux-dev-7c6b155fb49fbc63e0b30a1d49552693c0b45be7.zip
kbuild: drop descend - converting existing users
There was only two users left of descend. Fix them so they use $(clean)= and $(build)=. Drop definition of descend. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> ---
Diffstat (limited to 'arch/m68knommu')
-rw-r--r--arch/m68knommu/Makefile2
1 files changed, 1 insertions, 1 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/
prepare: include/asm-$(ARCH)/asm-offsets.h
archclean:
- $(call descend arch/$(ARCH)/boot, subdirclean)
+ $(Q)$(MAKE) $(clean)=arch/m68knommu/boot
include/asm-$(ARCH)/asm-offsets.h: arch/$(ARCH)/kernel/asm-offsets.s \
include/asm include/linux/version.h \