summaryrefslogtreecommitdiff
path: root/board/atum8548/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/atum8548/Makefile')
-rw-r--r--board/atum8548/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/atum8548/Makefile b/board/atum8548/Makefile
index bf0830c87..ac4e58385 100644
--- a/board/atum8548/Makefile
+++ b/board/atum8548/Makefile
@@ -29,9 +29,7 @@ endif
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))