Subversion Repositories HelenOS

Rev

Rev 4696 | Rev 4716 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4696 Rev 4707
Line 36... Line 36...
36
	net \
36
	net \
37
	net/start \
37
	net/start \
38
	socket \
38
	socket \
39
	app/echo
39
	app/echo
40
 
40
 
41
DIRS_MODULAR =	il/ip \
41
DIRS_MODULAR = \
42
		il/arp \
42
		il/arp \
-
 
43
		il/ip \
-
 
44
		il/icmp \
43
		tl/udp \
45
		tl/udp \
44
		tl/tcp \
46
		tl/tcp \
45
#		il/rarp \
-
 
46
#		il/icmp \
-
 
47
 
47
 
48
DIRS_ALL = $(DIRS) $(DIRS_MODULAR)
48
DIRS_ALL = $(DIRS) $(DIRS_MODULAR)
49
 
49
 
50
ifeq ($(NETWORKING), module)
50
ifeq ($(NETWORKING), module)
51
	BUILDS := $(addsuffix .build,$(DIRS))
51
	BUILDS := $(addsuffix .build,$(DIRS))