Makefile (597473720f4dc69749542bfcfed4a927a43d935e) Makefile (7af710d988775aadf440222ecbe0c10eecf3eb54)
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) 2001 - 2005 Tensilica Inc.
7# Copyright (C) 2014 Cadence Design Systems Inc.
8#

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

82core-y += $(buildvar) $(buildplf)
83core-y += arch/xtensa/boot/dts/
84
85libs-y += arch/xtensa/lib/ $(LIBGCC)
86drivers-$(CONFIG_OPROFILE) += arch/xtensa/oprofile/
87
88boot := arch/xtensa/boot
89
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) 2001 - 2005 Tensilica Inc.
7# Copyright (C) 2014 Cadence Design Systems Inc.
8#

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

82core-y += $(buildvar) $(buildplf)
83core-y += arch/xtensa/boot/dts/
84
85libs-y += arch/xtensa/lib/ $(LIBGCC)
86drivers-$(CONFIG_OPROFILE) += arch/xtensa/oprofile/
87
88boot := arch/xtensa/boot
89
90all Image zImage uImage: vmlinux
90all Image zImage uImage xipImage: vmlinux
91 $(Q)$(MAKE) $(build)=$(boot) $@
92
93archheaders:
94 $(Q)$(MAKE) $(build)=arch/xtensa/kernel/syscalls all
95
96define archhelp
97 @echo '* Image - Kernel ELF image with reset vector'
98 @echo '* zImage - Compressed kernel image (arch/xtensa/boot/images/zImage.*)'
99 @echo '* uImage - U-Boot wrapped image'
91 $(Q)$(MAKE) $(build)=$(boot) $@
92
93archheaders:
94 $(Q)$(MAKE) $(build)=arch/xtensa/kernel/syscalls all
95
96define archhelp
97 @echo '* Image - Kernel ELF image with reset vector'
98 @echo '* zImage - Compressed kernel image (arch/xtensa/boot/images/zImage.*)'
99 @echo '* uImage - U-Boot wrapped image'
100 @echo ' xipImage - XIP image'
100endef
101endef