aboutsummaryrefslogtreecommitdiff
path: root/teensy/Makefile
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2014-08-24 12:21:12 -0700
committerDamien George <damien.p.george@gmail.com>2014-08-25 12:22:11 +0100
commit9480138f0c917b2400991066e94636f7d8076a4c (patch)
treed934be3cfd588ec510988371d0d8c891b48db6d3 /teensy/Makefile
parent7310fd469a4dfdd38fda242f138f5671c2f82b61 (diff)
Add save/restore_irq
Factored irq functions into a separate file.
Diffstat (limited to 'teensy/Makefile')
-rw-r--r--teensy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/teensy/Makefile b/teensy/Makefile
index c627f2fa6..09bee1dbc 100644
--- a/teensy/Makefile
+++ b/teensy/Makefile
@@ -61,6 +61,7 @@ SRC_C = \
STM_SRC_C = $(addprefix stmhal/,\
gccollect.c \
input.c \
+ irq.c \
pin.c \
pin_named_pins.c \
printf.c \