diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 53e3514ba10e..9b4cb00407d7 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -226,7 +226,7 @@ LDFLAGS += -m $(ld-emul) | |||
226 | ifdef CONFIG_MIPS | 226 | ifdef CONFIG_MIPS |
227 | CHECKFLAGS += $(shell $(CC) $(KBUILD_CFLAGS) -dM -E -xc /dev/null | \ | 227 | CHECKFLAGS += $(shell $(CC) $(KBUILD_CFLAGS) -dM -E -xc /dev/null | \ |
228 | egrep -vw '__GNUC_(|MINOR_|PATCHLEVEL_)_' | \ | 228 | egrep -vw '__GNUC_(|MINOR_|PATCHLEVEL_)_' | \ |
229 | sed -e 's/^\#define /-D/' -e "s/ /='/" -e "s/$$/'/") | 229 | sed -e "s/^\#define /-D'/" -e "s/ /'='/" -e "s/$$/'/") |
230 | ifdef CONFIG_64BIT | 230 | ifdef CONFIG_64BIT |
231 | CHECKFLAGS += -m64 | 231 | CHECKFLAGS += -m64 |
232 | endif | 232 | endif |
@@ -295,7 +295,9 @@ endif | |||
295 | 295 | ||
296 | install: | 296 | install: |
297 | $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE) | 297 | $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE) |
298 | ifdef CONFIG_SYS_SUPPORTS_ZBOOT | ||
298 | $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE) | 299 | $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE) |
300 | endif | ||
299 | $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE) | 301 | $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE) |
300 | $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE) | 302 | $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE) |
301 | 303 | ||