summaryrefslogtreecommitdiff
path: root/pcr-controller/Makefile
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2013-10-12 06:49:40 +0000
committerBernhard Tittelbach <xro@realraum.at>2013-10-12 06:49:40 +0000
commit2537498c60e85657987f3839f828cc80df30924e (patch)
tree2c821b16f3320ddc7ba8a23020dd6e0b59ad81e4 /pcr-controller/Makefile
parentdoku (diff)
many more features for pcr controller
git-svn-id: https://svn.spreadspace.org/avr/trunk@243 aa12f405-d877-488e-9caf-2d797e2a1cc7
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