Rev 463 | Rev 474 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 463 | 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/lcd/clcd/clcd20x4.c\ |
12 | $(LIBDIR)/drivers/lcd/clcd/clcd20x4.c\ |
| Line 203... | Line 204... | ||
| 203 | eep: $(TARGET).eep |
204 | eep: $(TARGET).eep |
| 204 | lss: $(TARGET).lss |
205 | lss: $(TARGET).lss |
| 205 | sym: $(TARGET).sym |
206 | sym: $(TARGET).sym |
| 206 | config: config.h |
207 | config: config.h |
| 207 | 208 | ||
| - | 209 | install: |
|
| - | 210 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -f $(TARGET).hex -r |
|
| 208 | 211 | ||
| 209 | # Eye candy. |
212 | # Eye candy. |
| 210 | # AVR Studio 3.x does not check make's exit code but relies on |
213 | # AVR Studio 3.x does not check make's exit code but relies on |
| 211 | # the following magic strings to be generated by the compile job. |
214 | # the following magic strings to be generated by the compile job. |
| 212 | begin: |
215 | begin: |