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