Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3666 → Rev 3886

/branches/network/uspace/srv/net/networking/startup/Makefile
29,10 → 29,10
## Setup toolchain
#
 
LIBC_PREFIX = ../../../lib/libc
SOFTINT_PREFIX = ../../../lib/softint
LIBC_PREFIX = ../../../../lib/libc
SOFTINT_PREFIX = ../../../../lib/softint
include $(LIBC_PREFIX)/Makefile.toolchain
include ../../../../Makefile.config
include ../../../../../Makefile.config
 
LIBS = $(LIBC_PREFIX)/libc.a
 
42,9 → 42,9
OUTPUT = networking_startup
SOURCES = \
networking_startup.c \
../modules.c \
../measured_strings.c \
../self_test.c
../../modules.c \
../../self_test.c \
../../structures/measured_strings.c
 
DEFS += -D NETWORKING_$(NETWORKING)