diff options
Diffstat (limited to 'board/stxssa/Makefile')
-rw-r--r-- | board/stxssa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/stxssa/Makefile b/board/stxssa/Makefile index c43dd4e..f1f5d0b 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)) |