Commit c491b442cc881c86d8d9907563d8377b0aa46f35

Authored by stroese
1 parent 86cf82e07f

CANBT board update

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

board/esd/canbt/Makefile
... ... @@ -25,7 +25,7 @@
25 25  
26 26 LIB = lib$(BOARD).a
27 27  
28   -OBJS = $(BOARD).o flash.o
  28 +OBJS = $(BOARD).o flash.o ../common/misc.o
29 29  
30 30 $(LIB): $(OBJS) $(SOBJS)
31 31 $(AR) crv $@ $(OBJS)