Rev 484 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 484 | Rev 532 | ||
|---|---|---|---|
| Line 9... | Line 9... | ||
| 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 | $(LIBDIR)/drivers/ir/receiver/irreceiver.c\ |
13 | $(LIBDIR)/drivers/ir/receiver/irreceiver.c\ |
| - | 14 | $(LIBDIR)/drivers/ir/ircommon.c\ |
|
| 14 | 15 | ||
| 15 | # List Assembler source files here. |
16 | # List Assembler source files here. |
| 16 | # Make them always end in a capital .S. Files ending in a lowercase .s |
17 | # 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 |
18 | # will not be considered source files but generated files (assembler |
| 18 | # output from the compiler), and will be deleted upon "make clean"! |
19 | # output from the compiler), and will be deleted upon "make clean"! |