--- sos.test2/Makefile 2004-07-30 12:57:18.000000000 +1000 +++ sos.nettest/Makefile 2004-09-06 23:33:27.000000000 +1000 @@ -58,7 +58,7 @@ # These libraries are used by either the kernel or the user apps. # -LIBS := l4e c device serial +LIBS := l4e c device serial tulip gt nfs lwip ################################################################### # --- sos.test2/sos/subdir.mk 2004-07-29 16:27:07.000000000 +1000 +++ sos.nettest/sos/subdir.mk 2004-09-06 23:34:00.000000000 +1000 @@ -1,3 +1,3 @@ -SOS_SRC = sos/main.c sos/pager.c sos/frames.c sos/hardware.c +SOS_SRC = sos/main.c sos/pager.c sos/frames.c sos/hardware.c sos/network.c SOS_OBJ = $(call FN_FIND_OBJ, $(SOS_SRC)) -SOS_LIBS = -ll4 -lserial -ll4e -lc -ldevice +SOS_LIBS = -ll4 -lserial -ll4e -lnfs -llwip -lgt -ltulip -lc -ldevice