Rev 4505 | Rev 4603 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4505 | Rev 4578 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | DIRS = \ |
31 | DIRS = \ |
32 | netif/lo \ |
32 | netif/lo \ |
33 | netif/dp8390 \ |
33 | netif/dp8390 \ |
34 | nil/eth \ |
34 | nil/eth \ |
35 | net \ |
35 | net \ |
36 | net/start |
36 | net/start \ |
- | 37 | socket |
|
37 | 38 | ||
38 | DIRS_MODULAR = il/ip \ |
39 | DIRS_MODULAR = il/ip \ |
39 | il/arp \ |
40 | il/arp \ |
40 | tl/udp \ |
41 | tl/udp \ |
41 | tl/tcp \ |
42 | tl/tcp \ |
42 | # il/rarp \ |
43 | # il/rarp \ |
43 | # il/icmp \ |
44 | # il/icmp \ |
44 | # socket |
- | |
45 | 45 | ||
46 | DIRS_ALL = $(DIRS) $(DIRS_MODULAR) |
46 | DIRS_ALL = $(DIRS) $(DIRS_MODULAR) |
47 | 47 | ||
48 | ifeq ($(NETWORKING), module) |
48 | ifeq ($(NETWORKING), module) |
49 | BUILDS := $(addsuffix .build,$(DIRS)) |
49 | BUILDS := $(addsuffix .build,$(DIRS)) |