summaryrefslogtreecommitdiffstats
path: root/board/atum8548/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-16 09:15:29 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-16 23:21:56 -0600
commit4d3521cc79cabc61edf12c48c0ce318d4efb712f (patch)
treed9f0277cf935b625961ab7ecaf8bee10c6664e8f /board/atum8548/Makefile
parent572b13afc42710f2957c382a710360429c0e099b (diff)
downloadblackbird-obmc-uboot-4d3521cc79cabc61edf12c48c0ce318d4efb712f.tar.gz
blackbird-obmc-uboot-4d3521cc79cabc61edf12c48c0ce318d4efb712f.zip
85xx: convert remaining 85xx boards over to use new LAW init code
Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over to use new LAW init code. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/atum8548/Makefile')
-rw-r--r--board/atum8548/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atum8548/Makefile b/board/atum8548/Makefile
index e198062fb5..bf0830c874 100644
--- a/board/atum8548/Makefile
+++ b/board/atum8548/Makefile
@@ -29,7 +29,7 @@ endif
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o
+COBJS := $(BOARD).o law.o
SOBJS := init.o
OpenPOWER on IntegriCloud