Subversion Repositories HelenOS

Rev

Rev 4720 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4720 Rev 4743
Line 37... Line 37...
37
OUTPUT = $(NAME)
37
OUTPUT = $(NAME)
38
SOURCES = \
38
SOURCES = \
39
	$(NAME).c \
39
	$(NAME).c \
40
	$(NAME)_module.c \
40
	$(NAME)_module.c \
41
	$(NAME)_client.c \
41
	$(NAME)_client.c \
42
	$(NET_BASE)crc.c \
42
	$(NET_BASE)checksum.c \
43
	$(NET_BASE)module.c \
43
	$(NET_BASE)module.c \
44
	$(NET_BASE)modules.c \
44
	$(NET_BASE)modules.c \
45
	$(NET_BASE)il/ip/ip_client.c \
45
	$(NET_BASE)il/ip/ip_client.c \
46
	$(NET_BASE)il/ip/ip_remote.c \
46
	$(NET_BASE)il/ip/ip_remote.c \
47
	$(NET_BASE)net/net_remote.c \
47
	$(NET_BASE)net/net_remote.c \