Subversion Repositories HelenOS

Rev

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

Rev 3846 Rev 3886
Line 40... Line 40...
40
#
40
#
41
 
41
 
42
OUTPUT = networking
42
OUTPUT = networking
43
SOURCES = \
43
SOURCES = \
44
	networking.c \
44
	networking.c \
45
	../char_map.c \
45
	../modules.c \
46
	../measured_strings.c \
46
	../structures/char_map.c \
47
	../modules.c
47
	../structures/measured_strings.c
48
#	../self_test.c
48
#	../self_test.c
49
 
49
 
50
DEFS += -D NETWORKING_$(NETWORKING)
50
DEFS += -D NETWORKING_$(NETWORKING)
51
 
51
 
52
ifeq ($(NETWORKING), module)
52
ifeq ($(NETWORKING), module)