summaryrefslogtreecommitdiff
path: root/board/stxssa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/stxssa/Makefile')
-rw-r--r--board/stxssa/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/stxssa/Makefile b/board/stxssa/Makefile
index c43dd4e703..f1f5d0b1bf 100644
--- a/board/stxssa/Makefile
+++ b/board/stxssa/Makefile
@@ -25,8 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o law.o
-SOBJS := init.o
+COBJS := $(BOARD).o law.o tlb.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))