Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2977 → Rev 2978

/branches/dynload/uspace/lib/rtld/Makefile
57,8 → 57,9
OUTPUT = rtld.so
GENERIC_SOURCES = \
rtld.c \
elf_load.c \
dynamic.c \
elf_load.c
symbol.c
 
GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES)))