Rev 447 | Rev 474 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 447 | Rev 471 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | 2 | ||
| 3 | # Target file name (without extension). |
3 | # Target file name (without extension). |
| 4 | TARGET = main |
4 | TARGET = main |
| 5 | 5 | ||
| 6 | LIBDIR = ../../avr-lib |
6 | LIBDIR = ../../avr-lib |
| - | 7 | include $(LIBDIR)/system.inc |
|
| 7 | 8 | ||
| 8 | # List C source files here. (C dependencies are automatically generated.) |
9 | # List C source files here. (C dependencies are automatically generated.) |
| 9 | CSRC = $(TARGET).c\ |
10 | CSRC = $(TARGET).c\ |
| 10 | $(LIBDIR)/drivers/timer/timebase.c\ |
11 | $(LIBDIR)/drivers/timer/timebase.c\ |
| 11 | $(LIBDIR)/drivers/actuator/rc-servo/rc_servo.c\ |
12 | $(LIBDIR)/drivers/actuator/rc-servo/rc_servo.c\ |
| Line 206... | Line 207... | ||
| 206 | eep: $(TARGET).eep |
207 | eep: $(TARGET).eep |
| 207 | lss: $(TARGET).lss |
208 | lss: $(TARGET).lss |
| 208 | sym: $(TARGET).sym |
209 | sym: $(TARGET).sym |
| 209 | config: config.h |
210 | config: config.h |
| 210 | 211 | ||
| - | 212 | install: |
|
| - | 213 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -f $(TARGET).hex -r |
|
| 211 | 214 | ||
| 212 | # Eye candy. |
215 | # Eye candy. |
| 213 | # AVR Studio 3.x does not check make's exit code but relies on |
216 | # AVR Studio 3.x does not check make's exit code but relies on |
| 214 | # the following magic strings to be generated by the compile job. |
217 | # the following magic strings to be generated by the compile job. |
| 215 | begin: |
218 | begin: |