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

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

27
28$(obj)/zImage.elf: $(obj)/zImage.o $(LIBS)
29 $(Q)$(LD) $(LD_ARGS) -o $@ $^ -L/xtensa-elf/lib $(LIBGCC)
30
31$(obj)/../zImage.redboot: $(obj)/zImage.elf
32 $(Q)$(OBJCOPY) -S -O binary $< $@
33 $(Q)$(kecho) ' Kernel: $@ is ready'
34
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

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

27
28$(obj)/zImage.elf: $(obj)/zImage.o $(LIBS)
29 $(Q)$(LD) $(LD_ARGS) -o $@ $^ -L/xtensa-elf/lib $(LIBGCC)
30
31$(obj)/../zImage.redboot: $(obj)/zImage.elf
32 $(Q)$(OBJCOPY) -S -O binary $< $@
33 $(Q)$(kecho) ' Kernel: $@ is ready'
34
35zImage: $(obj)/../zImage.redboot
35all zImage: $(obj)/../zImage.redboot