Files u-boot-2011.06-rc2/arch/m68k/cpu/mcf547x_8x/libmcf547x_8x.o and u-boot-2011.06-rc2-mod/arch/m68k/cpu/mcf547x_8x/libmcf547x_8x.o differ diff -rupN u-boot-2011.06-rc2/arch/m68k/cpu/mcf547x_8x/Makefile u-boot-2011.06-rc2-mod/arch/m68k/cpu/mcf547x_8x/Makefile --- u-boot-2011.06-rc2/arch/m68k/cpu/mcf547x_8x/Makefile 2011-06-02 23:19:27.000000000 +0200 +++ u-boot-2011.06-rc2-mod/arch/m68k/cpu/mcf547x_8x/Makefile 2011-06-03 18:31:05.849143300 +0200 @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk # CFLAGS += -DET_DEBUG -LIB = lib$(CPU).o +LIB = $(obj)lib$(CPU).o START = COBJS = cpu.o speed.o cpu_init.o pci.o interrupts.o slicetimer.o diff -rupN u-boot-2011.06-rc2/board/freescale/m548xevb/u-boot.lds u-boot-2011.06-rc2-mod/board/freescale/m548xevb/u-boot.lds --- u-boot-2011.06-rc2/board/freescale/m548xevb/u-boot.lds 2011-06-02 23:19:27.000000000 +0200 +++ u-boot-2011.06-rc2-mod/board/freescale/m548xevb/u-boot.lds 2011-06-03 18:28:15.013291752 +0200 @@ -56,9 +56,9 @@ SECTIONS /* the sector layout of our flash chips! XXX FIXME XXX */ arch/m68k/cpu/mcf547x_8x/start.o (.text) - arch/m68k/lib/traps.o (.text) + /*arch/m68k/lib/traps.o (.text) arch/m68k/lib/interrupts.o (.text) - common/dlmalloc.o (.text) + common/dlmalloc.o (.text)*/ . = DEFINED(env_offset) ? env_offset : .; common/env_embedded.o (.text)