summaryrefslogtreecommitdiff
path: root/table-fan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'table-fan/Makefile')
-rw-r--r--table-fan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/table-fan/Makefile b/table-fan/Makefile
index 36e971a..bded127 100644
--- a/table-fan/Makefile
+++ b/table-fan/Makefile
@@ -22,7 +22,7 @@
NAME := table-fan
BOARD_TYPE := sparkfunProMicro
-OBJ := $(NAME).o fan.o
+OBJ := $(NAME).o fan.o rotary.o
LIBS := util led lufa-descriptor-usbserial usbio
EXTERNAL_LIBS := lufa
SPREADAVR_PATH := ../contrib/avr-utils