Subversion Repositories HelenOS

Rev

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

Rev 3569 Rev 3674
Line 52... Line 52...
52
	ipc/connect.c \
52
	ipc/connect.c \
53
	ipc/send_async.c \
53
	ipc/send_async.c \
54
	ipc/send_sync.c \
54
	ipc/send_sync.c \
55
	ipc/answer.c \
55
	ipc/answer.c \
56
	ipc/hangup.c \
56
	ipc/hangup.c \
-
 
57
	loop/loop1.c \
57
	devmap/devmap1.c \
58
	devmap/devmap1.c \
58
	vfs/vfs1.c
59
	vfs/vfs1.c
59
 
60
 
60
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
61
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
61
 
62