diff options
author | Wolfgang Denk <wd@denx.de> | 2011-10-21 23:36:40 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-21 23:36:40 +0200 |
commit | f82c087e60fe1c59ace1c6f016eb89c5d3c3ae13 (patch) | |
tree | 84f49f79333f7bfa222bb607925d79e6c45ffc44 /arch/m68k/cpu/mcf532x/Makefile | |
parent | 1b81f017b04b5a176f5f9230ec979f0f3c55ba5b (diff) | |
parent | f6ef7428ed6ce694e6d86410c116f8c48af33d27 (diff) | |
download | u-boot-imx-f82c087e60fe1c59ace1c6f016eb89c5d3c3ae13.zip u-boot-imx-f82c087e60fe1c59ace1c6f016eb89c5d3c3ae13.tar.gz u-boot-imx-f82c087e60fe1c59ace1c6f016eb89c5d3c3ae13.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-coldfire
* 'master' of git://git.denx.de/u-boot-coldfire:
ColdFire: Clean Makefile _config rules
ColdFire: Move boards with simple _config rules to boards.cfg
ColdFire: Fix compilation with CONFIG_SYS_DRAMSZ1 defined
ColdFire: Merge differentiated linking files into a sigle one by board
ColdFire: Add $(obj) before cpu lib to correct build
ColdFire: Cleanup lds files for multiple defined symbols
Diffstat (limited to 'arch/m68k/cpu/mcf532x/Makefile')
-rw-r--r-- | arch/m68k/cpu/mcf532x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/cpu/mcf532x/Makefile b/arch/m68k/cpu/mcf532x/Makefile index 257d46d..eb043d9 100644 --- a/arch/m68k/cpu/mcf532x/Makefile +++ b/arch/m68k/cpu/mcf532x/Makefile @@ -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 interrupts.o |