diff options
Diffstat (limited to 'arch/m68k/Makefile')
-rw-r--r-- | arch/m68k/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile index 8133dbc44964..570d85c3f97f 100644 --- a/arch/m68k/Makefile +++ b/arch/m68k/Makefile | |||
@@ -117,3 +117,6 @@ endif | |||
117 | 117 | ||
118 | archclean: | 118 | archclean: |
119 | rm -f vmlinux.gz vmlinux.bz2 | 119 | rm -f vmlinux.gz vmlinux.bz2 |
120 | |||
121 | install: | ||
122 | sh $(srctree)/arch/m68k/install.sh $(KERNELRELEASE) vmlinux.gz System.map "$(INSTALL_PATH)" | ||