From 9f9b9d2c8dac96e8cc0c91419a85961de8595a73 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 30 Mar 2009 14:49:40 +0200 Subject: [PATCH] --- yaml --- r: 138599 b: refs/heads/master c: 59968d3bb927f54db660e7cd4de389ebc292eec0 h: refs/heads/master i: 138597: d40a625a9086b9174d249ab36b086ca86125627a 138595: a6f63d7235abab102706957126bdf507c8b64cfb 138591: de6039304cae10961ce9ee76e4c21fb1a44ce66c v: v3 --- [refs] | 2 +- trunk/arch/mips/Makefile | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a468c985eab8..3225f4b2091b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d6c178e9694e7e0c7ffe0289cf4389a498cac735 +refs/heads/master: 59968d3bb927f54db660e7cd4de389ebc292eec0 diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index 22dab2e14348..8d544c7c9fe9 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -720,11 +720,17 @@ ifdef CONFIG_MIPS32_O32 $(Q)$(MAKE) $(build)=. missing-syscalls EXTRA_CFLAGS="-mabi=32" endif +install: + $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE) + $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE) + $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE) + archclean: @$(MAKE) $(clean)=arch/mips/boot @$(MAKE) $(clean)=arch/mips/lasat define archhelp + echo ' install - install kernel into $(INSTALL_PATH)' echo ' vmlinux.ecoff - ECOFF boot image' echo ' vmlinux.bin - Raw binary boot image' echo ' vmlinux.srec - SREC boot image'