Makefile (fb75a2bb53a16069e2837ea1a4fa1bd99d636dd4) Makefile (9fa78f63a8921ce37252be34ef8eea2f4bfbb13f)
1#
2# This file is subject to the terms and conditions of the GNU General Public
3# License. See the file "COPYING" in the main directory of this archive
4# for more details.
5#
6# Copyright (C) 2013 Altera Corporation
7# Copyright (C) 1994, 95, 96, 2003 by Wind River Systems
8# Written by Fredrik Markstrom

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

48 core-y += $(nios2-boot)/
49endif
50
51all: vmImage
52
53archclean:
54 $(Q)$(MAKE) $(clean)=$(nios2-boot)
55
1#
2# This file is subject to the terms and conditions of the GNU General Public
3# License. See the file "COPYING" in the main directory of this archive
4# for more details.
5#
6# Copyright (C) 2013 Altera Corporation
7# Copyright (C) 1994, 95, 96, 2003 by Wind River Systems
8# Written by Fredrik Markstrom

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

48 core-y += $(nios2-boot)/
49endif
50
51all: vmImage
52
53archclean:
54 $(Q)$(MAKE) $(clean)=$(nios2-boot)
55
56%.dtb:
56%.dtb: | scripts
57 $(Q)$(MAKE) $(build)=$(nios2-boot) $(nios2-boot)/$@
58
59dtbs:
60 $(Q)$(MAKE) $(build)=$(nios2-boot) $(nios2-boot)/$@
61
62$(BOOT_TARGETS): vmlinux
63 $(Q)$(MAKE) $(build)=$(nios2-boot) $(nios2-boot)/$@
64
65install:
66 $(Q)$(MAKE) $(build)=$(nios2-boot) BOOTIMAGE=$(KBUILD_IMAGE) install
67
68define archhelp
69 echo '* vmImage - Kernel-only image for U-Boot ($(KBUILD_IMAGE))'
70 echo ' install - Install kernel using'
71 echo ' (your) ~/bin/$(INSTALLKERNEL) or'
72 echo ' (distribution) /sbin/$(INSTALLKERNEL) or'
73 echo ' install to $$(INSTALL_PATH)'
74 echo ' dtbs - Build device tree blobs for enabled boards'
75endef
57 $(Q)$(MAKE) $(build)=$(nios2-boot) $(nios2-boot)/$@
58
59dtbs:
60 $(Q)$(MAKE) $(build)=$(nios2-boot) $(nios2-boot)/$@
61
62$(BOOT_TARGETS): vmlinux
63 $(Q)$(MAKE) $(build)=$(nios2-boot) $(nios2-boot)/$@
64
65install:
66 $(Q)$(MAKE) $(build)=$(nios2-boot) BOOTIMAGE=$(KBUILD_IMAGE) install
67
68define archhelp
69 echo '* vmImage - Kernel-only image for U-Boot ($(KBUILD_IMAGE))'
70 echo ' install - Install kernel using'
71 echo ' (your) ~/bin/$(INSTALLKERNEL) or'
72 echo ' (distribution) /sbin/$(INSTALLKERNEL) or'
73 echo ' install to $$(INSTALL_PATH)'
74 echo ' dtbs - Build device tree blobs for enabled boards'
75endef