summaryrefslogtreecommitdiffstats
path: root/board/versatile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/versatile/Makefile')
-rw-r--r--board/versatile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/versatile/Makefile b/board/versatile/Makefile
index 42b6ed5b5c..fbdc627e38 100644
--- a/board/versatile/Makefile
+++ b/board/versatile/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
OBJS := versatile.o flash.o
-SOBJS := platform.o
+SOBJS := lowlevel_init.o
$(LIB): $(OBJS) $(SOBJS)
$(AR) crv $@ $^
OpenPOWER on IntegriCloud