Rev 389 | Rev 658 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 389 | Rev 426 | ||
|---|---|---|---|
| Line 56... | Line 56... | ||
| 56 | 56 | ||
| 57 | 57 | ||
| 58 | # Target file name (without extension). |
58 | # Target file name (without extension). |
| 59 | TARGET = main |
59 | TARGET = main |
| 60 | 60 | ||
| 61 | LIBDIR = ../lib/src/ |
61 | LIBDIR = ../../lib/src/ |
| 62 | 62 | ||
| 63 | 63 | ||
| 64 | # List C source files here. (C dependencies are automatically generated.) |
64 | # List C source files here. (C dependencies are automatically generated.) |
| 65 | SRC = $(TARGET).c\ |
65 | SRC = $(TARGET).c\ |
| 66 | $(LIBDIR)mcu/serial.c\ |
66 | $(LIBDIR)mcu/serial.c\ |