Rev 4720 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4720 | Rev 4743 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | 33 | ||
| 34 | OUTPUT = $(NAME) |
34 | OUTPUT = $(NAME) |
| 35 | SOURCES = \ |
35 | SOURCES = \ |
| 36 | $(NAME).c \ |
36 | $(NAME).c \ |
| 37 | $(NAME)_module.c \ |
37 | $(NAME)_module.c \ |
| 38 | $(NET_BASE)crc.c \ |
38 | $(NET_BASE)checksum.c \ |
| 39 | $(NET_BASE)module.c \ |
39 | $(NET_BASE)module.c \ |
| 40 | $(NET_BASE)modules.c \ |
40 | $(NET_BASE)modules.c \ |
| 41 | $(NET_BASE)net/net_remote.c \ |
41 | $(NET_BASE)net/net_remote.c \ |
| 42 | $(NET_BASE)netif/netif_remote.c \ |
42 | $(NET_BASE)netif/netif_remote.c \ |
| 43 | $(STRUCTURES)measured_strings.c \ |
43 | $(STRUCTURES)measured_strings.c \ |