summaryrefslogtreecommitdiffstats
path: root/board/atc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/atc/Makefile')
-rw-r--r--board/atc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atc/Makefile b/board/atc/Makefile
index 7a2014d466..7573a0c771 100644
--- a/board/atc/Makefile
+++ b/board/atc/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
-OBJS = $(BOARD).o flash.o
+OBJS = $(BOARD).o flash.o ti113x.o
$(LIB): .depend $(OBJS)
$(AR) crv $@ $(OBJS)