Makefile (472475000979a156bc32cd75caa59737f5a1caa5) | Makefile (005e13a96c0ed1437cb7f113d5d0f07ad9590962) |
---|---|
1# 2# m68k/Makefile 3# 4# This file is included by the global makefile so that you can add your own 5# architecture-specific flags and dependencies. Remember to do have actions 6# for "archclean" and "archdep" for cleaning up and making dependencies for 7# this architecture 8# --- 140 unchanged lines hidden (view full) --- 149 rm vmlinux.tmp 150else 151 bzip2 -1c vmlinux >vmlinux.bz2 152endif 153 154archclean: 155 rm -f vmlinux.gz vmlinux.bz2 156 | 1# 2# m68k/Makefile 3# 4# This file is included by the global makefile so that you can add your own 5# architecture-specific flags and dependencies. Remember to do have actions 6# for "archclean" and "archdep" for cleaning up and making dependencies for 7# this architecture 8# --- 140 unchanged lines hidden (view full) --- 149 rm vmlinux.tmp 150else 151 bzip2 -1c vmlinux >vmlinux.bz2 152endif 153 154archclean: 155 rm -f vmlinux.gz vmlinux.bz2 156 |
157archheaders: 158 $(Q)$(MAKE) $(build)=arch/m68k/kernel/syscalls all 159 |
|
157install: 158 sh $(srctree)/arch/m68k/install.sh $(KERNELRELEASE) vmlinux.gz System.map "$(INSTALL_PATH)" | 160install: 161 sh $(srctree)/arch/m68k/install.sh $(KERNELRELEASE) vmlinux.gz System.map "$(INSTALL_PATH)" |