summaryrefslogtreecommitdiff
path: root/pcr-controller/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pcr-controller/Makefile')
-rw-r--r--pcr-controller/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr-controller/Makefile b/pcr-controller/Makefile
index 78400f6..1ed2909 100644
--- a/pcr-controller/Makefile
+++ b/pcr-controller/Makefile
@@ -22,7 +22,7 @@
NAME := pcr-controller
BOARD_TYPE := teensy2
-OBJ := $(NAME).o pwm.o pid_control.o
+OBJ := $(NAME).o pwm.o pid_control.o temp_curve.o cmd_queue.o
LIBS := util led lufa-descriptor-usbserial anyio onewire ds1820
EXTERNAL_LIBS := lufa
RESET_FUNC := ../tools/reset_lufa_cdc