Subversion Repositories HelenOS

Rev

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

Rev 3666 Rev 3846
Line 45... Line 45...
45
	../char_map.c \
45
	../char_map.c \
46
	../measured_strings.c \
46
	../measured_strings.c \
47
	../modules.c
47
	../modules.c
48
#	../self_test.c
48
#	../self_test.c
49
 
49
 
-
 
50
DEFS += -D NETWORKING_$(NETWORKING)
-
 
51
 
50
ifeq ($(NETWORKING), module)
52
ifeq ($(NETWORKING), module)
-
 
53
 
51
	SOURCES +=	../ip/ip.c \
54
	SOURCES +=	../ip/ip.c \
52
			../tcp/tcp.c
55
			../tcp/tcp.c
53
endif
-
 
54
 
56
 
55
DEFS += -D NETWORKING_$(NETWORKING)
57
	DEFS += -D IP_BUNDLE=1 -D TCP_BUNDLE=1
-
 
58
 
-
 
59
endif
56
 
60
 
57
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
61
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
58
 
62
 
59
.PHONY: all clean depend disasm
63
.PHONY: all clean depend disasm
60
 
64