summaryrefslogtreecommitdiffstats
path: root/board/ns9750dev/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-10-06 17:08:18 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-10-06 17:08:18 +0200
commit87cb6862b94e342d6c99467e0dbb0d4f625cc7ef (patch)
tree82c6530f0de6cc1e224cdc17458ab6a503cf072f /board/ns9750dev/Makefile
parentbccae9039e59ac09a776429119389a6a4e679fd7 (diff)
downloadblackbird-obmc-uboot-87cb6862b94e342d6c99467e0dbb0d4f625cc7ef.tar.gz
blackbird-obmc-uboot-87cb6862b94e342d6c99467e0dbb0d4f625cc7ef.zip
Update make target for ARM supported boards.
Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005
Diffstat (limited to 'board/ns9750dev/Makefile')
-rw-r--r--board/ns9750dev/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ns9750dev/Makefile b/board/ns9750dev/Makefile
index d2718cc683..fb4333c19c 100644
--- a/board/ns9750dev/Makefile
+++ b/board/ns9750dev/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
OBJS := ns9750dev.o flash.o led.o
-SOBJS := platform.o
+SOBJS := lowlevel_init.o
$(LIB): $(OBJS) $(SOBJS)
$(AR) crv $@ $(OBJS) $(SOBJS)
OpenPOWER on IntegriCloud