Makefile (c18d7c17c005f4988ea2716d94d3e598eb6d5c90) Makefile (2c42bcbb95ec748fc84dc061b431ae4f8ae5551a)
1# This file is included by the global makefile so that you can add your own
2# architecture-specific flags and dependencies. Remember to do have actions
3# for "archclean" and "archdep" for cleaning up and making dependencies for
4# this architecture
5#
6# This file is subject to the terms and conditions of the GNU General Public
7# License. See the file "COPYING" in the main directory of this archive
8# for more details.

--- 87 unchanged lines hidden (view full) ---

96 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
97 @$(kecho) ' Kernel: $(boot)/$@ is ready'
98
99Image.%: Image
100 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
101
102zinstall install:
103 $(Q)$(MAKE) $(build)=$(boot) $@
1# This file is included by the global makefile so that you can add your own
2# architecture-specific flags and dependencies. Remember to do have actions
3# for "archclean" and "archdep" for cleaning up and making dependencies for
4# this architecture
5#
6# This file is subject to the terms and conditions of the GNU General Public
7# License. See the file "COPYING" in the main directory of this archive
8# for more details.

--- 87 unchanged lines hidden (view full) ---

96 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
97 @$(kecho) ' Kernel: $(boot)/$@ is ready'
98
99Image.%: Image
100 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
101
102zinstall install:
103 $(Q)$(MAKE) $(build)=$(boot) $@
104
105archclean:
106 $(Q)$(MAKE) $(clean)=$(boot)