aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-06-04 19:34:39 -0400
committerKevin O'Connor <kevin@koconnor.net>2016-06-05 10:52:45 -0400
commit3eafc8345885ff7d58c0124e518b240cbbaa8ecc (patch)
tree8a97d30951000819dd7f3074721ab25b3731b68f /Makefile
parent4326a3adced3788c774bf248d64776d730bafe0f (diff)
downloadkutter-3eafc8345885ff7d58c0124e518b240cbbaa8ecc.tar.gz
kutter-3eafc8345885ff7d58c0124e518b240cbbaa8ecc.tar.xz
kutter-3eafc8345885ff7d58c0124e518b240cbbaa8ecc.zip
avr: Initial support for Atmel AT90USB1286 mcu
Add GPIO definitions for the AT90USB1286. Add code for communicating over USB port on AT90USB1286. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c8967ea..160251c3 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ PYTHON=python
# Source files
src-y=sched.c command.c stepper.c basecmd.c gpiocmds.c spicmds.c endstop.c
-DIRS=src src/avr src/simulator
+DIRS=src src/avr src/simulator lib/pjrc_usb_serial
# Default compiler flags
cc-option=$(shell if test -z "`$(1) $(2) -S -o /dev/null -xc /dev/null 2>&1`" \