Show
Ignore:
Timestamp:
05/20/10 16:05:25 (2 years ago)
Author:
mwhitworth
Message:

Add to TCP/IP stack.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/netchannel/user/linker/Makefile

    r2084 r2085  
    1919        $(CC) $(BASE_CFLAGS) -c $*.S -o $*.o 
    2020 
    21 liblinker.so: $(OBJS) 
     21liblinker.so: $(OBJS) ../libc/rtl/syscall.o 
    2222        gcc $(BASE_LDFLAGS) $(LINKER_LDFLAGS) -shared $(OBJS) ../libc/rtl/syscall.o -o liblinker.so      
    2323