Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4154 → Rev 4155

/branches/network/uspace/srv/net/networking/Makefile
36,7 → 36,7
## Sources
#
 
OUTPUT = $(NAME)
OUTPUT = net
SOURCES = \
$(NAME).c \
$(NET_BASE)module.c \
57,6 → 57,4
 
endif
 
NET_DEFS += -D NETWORKING_$(NETWORKING)
 
include $(NET_BASE)Makefile.module