diff options
author | Sam Ravnborg <sam@mars.(none)> | 2005-07-25 12:51:08 +0000 |
---|---|---|
committer | Sam Ravnborg <sam@mars.(none)> | 2005-07-25 12:51:08 +0000 |
commit | 7c6b155fb49fbc63e0b30a1d49552693c0b45be7 (patch) | |
tree | 55451f57b3963421522a2662bc3d537f6b58f5cd /arch/mips/Makefile | |
parent | 43af5f23354dbd67d2fd2d523eefad8053ac388b (diff) | |
download | talos-obmc-linux-7c6b155fb49fbc63e0b30a1d49552693c0b45be7.tar.gz talos-obmc-linux-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/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ ifdef CONFIG_LASAT rom.bin rom.sw: vmlinux - $(call descend,arch/mips/lasat/image,$@) + $(Q)$(MAKE) $(build)=arch/mips/lasat/image $@ endif # |