summaryrefslogtreecommitdiff
path: root/board/pb1x00/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/pb1x00/Makefile')
-rw-r--r--board/pb1x00/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pb1x00/Makefile b/board/pb1x00/Makefile
index f7d58416c9..afe02c27c6 100644
--- a/board/pb1x00/Makefile
+++ b/board/pb1x00/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
COBJS = $(BOARD).o flash.o
-SOBJS = memsetup.o
+SOBJS = lowlevel_init.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))