diff options
author | Wolfgang Denk | 2005-10-06 17:08:18 +0200 |
---|---|---|
committer | Wolfgang Denk | 2005-10-06 17:08:18 +0200 |
commit | 87cb6862b94e342d6c99467e0dbb0d4f625cc7ef (patch) | |
tree | 82c6530f0de6cc1e224cdc17458ab6a503cf072f /board/omap730p2/Makefile | |
parent | bccae9039e59ac09a776429119389a6a4e679fd7 (diff) |
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/omap730p2/Makefile')
-rw-r--r-- | board/omap730p2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/omap730p2/Makefile b/board/omap730p2/Makefile index 10585080739..29467ac39e6 100644 --- a/board/omap730p2/Makefile +++ b/board/omap730p2/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a OBJS := omap730p2.o flash.o -SOBJS := platform.o +SOBJS := lowlevel_init.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $^ |