command circle set coef
[aversive.git] / modules / hardware / timer / Makefile
1 TARGET = timer
2
3 # List C source files here. (C dependencies are automatically generated.)
4 SRC = timer_init.c \
5 timer_intr.c \
6 timer_conf_check.c \
7 timer0_startstop.c \
8 timer1_startstop.c \
9 timer2_startstop.c \
10 timer3_startstop.c \
11 timer4_startstop.c \
12 timer5_startstop.c \
13 timer0_getset.c \
14 timer1_getset.c \
15 timer2_getset.c \
16 timer3_getset.c \
17 timer4_getset.c \
18 timer5_getset.c \
19 timer0_register_OV.c \
20 timer1_register_OV.c \
21 timer2_register_OV.c \
22 timer3_register_OV.c \
23 timer4_register_OV.c \
24 timer5_register_OV.c \
25 timer0_register_OC_at_tics.c \
26 timer1_register_OC_at_tics.c \
27 timer2_register_OC_at_tics.c \
28 timer3_register_OC_at_tics.c \
29 timer4_register_OC_at_tics.c \
30 timer5_register_OC_at_tics.c \
31 timer0_register_OC_in_us.c \
32 timer1_register_OC_in_us.c \
33 timer2_register_OC_in_us.c \
34 timer3_register_OC_in_us.c \
35 timer4_register_OC_in_us.c \
36 timer5_register_OC_in_us.c \
37 timer0_prescaler.c \
38 timer1_prescaler.c \
39 timer2_prescaler.c \
40 timer3_prescaler.c \
41 timer4_prescaler.c \
42 timer5_prescaler.c
43
44 include $(AVERSIVE_DIR)/mk/aversive_module.mk