Makefile (e5451c8f8330e03ad3cfa16048b4daf961af434f) Makefile (9a736fcb096b43b68af8329eb12abc8256dceaba)
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
7ifeq ($(BIG_ENDIAN),1)
8OBJCOPY_ARGS := -O elf32-xtensa-be

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

26
27$(obj)/../Image.elf: $(obj)/Image.o $(obj)/boot.lds
28 $(Q)$(LD) $(LDFLAGS) $(LDFLAGS_vmlinux) \
29 -T $(obj)/boot.lds \
30 --build-id=none \
31 -o $@ $(obj)/Image.o
32 $(Q)$(kecho) ' Kernel: $@ is ready'
33
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
7ifeq ($(BIG_ENDIAN),1)
8OBJCOPY_ARGS := -O elf32-xtensa-be

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

26
27$(obj)/../Image.elf: $(obj)/Image.o $(obj)/boot.lds
28 $(Q)$(LD) $(LDFLAGS) $(LDFLAGS_vmlinux) \
29 -T $(obj)/boot.lds \
30 --build-id=none \
31 -o $@ $(obj)/Image.o
32 $(Q)$(kecho) ' Kernel: $@ is ready'
33
34zImage: $(obj)/../Image.elf
34all Image: $(obj)/../Image.elf