Rev 4588 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4588 | Rev 4719 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | # |
37 | # |
38 | 38 | ||
39 | OUTPUT = $(NAME) |
39 | OUTPUT = $(NAME) |
40 | SOURCES = \ |
40 | SOURCES = \ |
41 | $(NAME).c \ |
41 | $(NAME).c \ |
- | 42 | $(NET_BASE)crc.c \ |
|
42 | $(NET_BASE)modules.c \ |
43 | $(NET_BASE)modules.c \ |
43 | $(NET_BASE)self_test.c \ |
44 | $(NET_BASE)self_test.c \ |
44 | $(STRUCTURES)char_map.c \ |
45 | $(STRUCTURES)char_map.c \ |
45 | $(STRUCTURES)dynamic_fifo.c \ |
46 | $(STRUCTURES)dynamic_fifo.c \ |
46 | $(STRUCTURES)measured_strings.c \ |
47 | $(STRUCTURES)measured_strings.c |
47 | $(NET_BASE)crc.c |
- | |
48 | 48 | ||
49 | include $(NET_BASE)Makefile.module |
49 | include $(NET_BASE)Makefile.module |