diff options
Diffstat (limited to 'pfinet/Makefile')
-rw-r--r-- | pfinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index 10b90ebb..74cedcf6 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -115,7 +115,7 @@ ASMHEADERS = atomic.h bitops.h byteorder.h delay.h errno.h hardirq.h init.h \ segment.h spinlock.h system.h types.h uaccess.h HURDLIBS=trivfs fshelp ports ihash shouldbeinlibc iohelp -OTHERLIBS = -lpthread +LDLIBS = -lpthread target = pfinet |