projects
/
J-u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update make target for ARM supported boards.
[J-u-boot.git]
/
board
/
integratorap
/
Makefile
diff --git
a/board/integratorap/Makefile
b/board/integratorap/Makefile
index cf76dedb2da6e1b43f8bda84786ccc35b9090690..358df62519a52415411f0aa582c1f7362c74354c 100644
(file)
--- a/
board/integratorap/Makefile
+++ b/
board/integratorap/Makefile
@@
-30,7
+30,7
@@
include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
OBJS := integratorap.o flash.o
-SOBJS :=
platform
.o memsetup.o
+SOBJS :=
lowlevel_init
.o memsetup.o
$(LIB): $(OBJS) $(SOBJS)
$(AR) crv $@ $^
This page took
0.027687 seconds
and
4
git commands to generate.