Subversion Repositories HelenOS

Rev

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

Rev 4075 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 = netstart
40
SOURCES = \
40
SOURCES = \
41
	$(NAME).c \
41
	$(NAME).c \
42
	$(NET_BASE)modules.c \
42
	$(NET_BASE)modules.c \
43
	$(NET_BASE)self_test.c \
43
	$(NET_BASE)self_test.c \
44
	$(STRUCTURES)char_map.c \
44
	$(STRUCTURES)char_map.c \
45
	$(STRUCTURES)measured_strings.c \
45
	$(STRUCTURES)measured_strings.c \
46
	$(NET_BASE)crc.c
46
	$(NET_BASE)crc.c
47
 
47
 
48
NET_DEFS += -D NETWORKING_$(NETWORKING)
-
 
49
 
-
 
50
include $(NET_BASE)Makefile.module
48
include $(NET_BASE)Makefile.module