summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8610hpcd
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2010-05-21 04:17:48 -0500
committerWolfgang Denk <wd@denx.de>2010-05-26 22:27:38 +0200
commit6ece2550d1c0c5c811b302b1639ea35c2e485203 (patch)
tree51df3db2c8ac4a21f2e540be4e734d10534bb2f3 /board/freescale/mpc8610hpcd
parent59dde44acb82e571808190ccd3cd6b82dc9d7001 (diff)
downloadblackbird-obmc-uboot-6ece2550d1c0c5c811b302b1639ea35c2e485203.tar.gz
blackbird-obmc-uboot-6ece2550d1c0c5c811b302b1639ea35c2e485203.zip
Convert Makefiles from COBJS-${} to COBJS-$()
Match style we use almost everywhere else Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8610hpcd')
-rw-r--r--board/freescale/mpc8610hpcd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8610hpcd/Makefile b/board/freescale/mpc8610hpcd/Makefile
index 930a2063ab..847edaf920 100644
--- a/board/freescale/mpc8610hpcd/Makefile
+++ b/board/freescale/mpc8610hpcd/Makefile
@@ -27,7 +27,7 @@ COBJS-y += $(BOARD).o
COBJS-$(CONFIG_FSL_DDR2) += ddr.o
COBJS-y += law.o
-COBJS-${CONFIG_FSL_DIU_FB} += mpc8610hpcd_diu.o
+COBJS-$(CONFIG_FSL_DIU_FB) += mpc8610hpcd_diu.o
SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS-y))
OpenPOWER on IntegriCloud