Rev 4738 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4738 | Rev 4743 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | 36 | ||
| 37 | OUTPUT = $(NAME) |
37 | OUTPUT = $(NAME) |
| 38 | SOURCES = \ |
38 | SOURCES = \ |
| 39 | $(NAME).c \ |
39 | $(NAME).c \ |
| 40 | $(NAME)_module.c \ |
40 | $(NAME)_module.c \ |
| 41 | $(NET_BASE)crc.c \ |
41 | $(NET_BASE)checksum.c \ |
| 42 | $(NET_BASE)module.c \ |
42 | $(NET_BASE)module.c \ |
| 43 | $(NET_BASE)modules.c \ |
43 | $(NET_BASE)modules.c \ |
| 44 | $(NET_BASE)il/ip/ip_client.c \ |
44 | $(NET_BASE)il/ip/ip_client.c \ |
| 45 | $(NET_BASE)il/ip/ip_remote.c \ |
45 | $(NET_BASE)il/ip/ip_remote.c \ |
| 46 | $(NET_BASE)net/net_remote.c \ |
46 | $(NET_BASE)net/net_remote.c \ |