Subversion Repositories HelenOS

Rev

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

Rev 3989 Rev 4155
Line 34... Line 34...
34
include ../../../../Makefile.config
34
include ../../../../Makefile.config
35
 
35
 
36
## Sources
36
## Sources
37
#
37
#
38
 
38
 
39
OUTPUT = $(NAME)
39
OUTPUT = net
40
SOURCES = \
40
SOURCES = \
41
	$(NAME).c \
41
	$(NAME).c \
42
	$(NET_BASE)module.c \
42
	$(NET_BASE)module.c \
43
	$(NET_BASE)modules.c \
43
	$(NET_BASE)modules.c \
44
	$(STRUCTURES)char_map.c \
44
	$(STRUCTURES)char_map.c \
Line 55... Line 55...
55
 
55
 
56
	NET_DEFS += -D ARP_BUNDLE=1 -D IP_BUNDLE=1 -D TCP_BUNDLE=1
56
	NET_DEFS += -D ARP_BUNDLE=1 -D IP_BUNDLE=1 -D TCP_BUNDLE=1
57
 
57
 
58
endif
58
endif
59
 
59
 
60
NET_DEFS += -D NETWORKING_$(NETWORKING)
-
 
61
 
-
 
62
include $(NET_BASE)Makefile.module
60
include $(NET_BASE)Makefile.module