Rev 478 | Rev 483 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 478 | Rev 479 | ||
|---|---|---|---|
| Line 8... | Line 8... | ||
| 8 | 8 | ||
| 9 | # List C source files here. (C dependencies are automatically generated.) |
9 | # List C source files here. (C dependencies are automatically generated.) |
| 10 | CSRC = $(TARGET).c\ |
10 | CSRC = $(TARGET).c\ |
| 11 | $(LIBDIR)/drivers/timer/timebase.c\ |
11 | $(LIBDIR)/drivers/timer/timebase.c\ |
| 12 | $(LIBDIR)/drivers/mcu/mcu.c\ |
12 | $(LIBDIR)/drivers/mcu/mcu.c\ |
| 13 |
|
13 | $(LIBDIR)/drivers/sensor/tc1047/tc1047.c |
| 14 | 14 | ||
| 15 | # List Assembler source files here. |
15 | # List Assembler source files here. |
| 16 | # Make them always end in a capital .S. Files ending in a lowercase .s |
16 | # Make them always end in a capital .S. Files ending in a lowercase .s |
| 17 | # will not be considered source files but generated files (assembler |
17 | # will not be considered source files but generated files (assembler |
| 18 | # output from the compiler), and will be deleted upon "make clean"! |
18 | # output from the compiler), and will be deleted upon "make clean"! |
| Line 35... | Line 35... | ||
| 35 | #DEBUG = dwarf-2 |
35 | #DEBUG = dwarf-2 |
| 36 | 36 | ||
| 37 | # List any extra directories to look for include files here. |
37 | # List any extra directories to look for include files here. |
| 38 | # Each directory must be seperated by a space. |
38 | # Each directory must be seperated by a space. |
| 39 | EXTRAINCDIRS = $(LIBDIR)\ |
39 | EXTRAINCDIRS = $(LIBDIR)\ |
| 40 |
|
40 | $(LIBDIR)/funcdefs\ |
| 41 |
|
41 | $(LIBDIR)/drivers/sensor/tc1047\ |
| 42 | 42 | ||
| 43 | # Compiler flag to set the C Standard level. |
43 | # Compiler flag to set the C Standard level. |
| 44 | # c89 - "ANSI" C |
44 | # c89 - "ANSI" C |
| 45 | # gnu89 - c89 plus GCC extensions |
45 | # gnu89 - c89 plus GCC extensions |
| 46 | # c99 - ISO C99 standard (not yet fully implemented) |
46 | # c99 - ISO C99 standard (not yet fully implemented) |