diff options
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index f39dc408..19317991 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -25,7 +25,7 @@ LINUXSRCS= af_inet.c arp.c datagram.c dev.c dev_mcast.c devinet.c eth.c \ proc.c protocol.c raw.c route.c skbuff.c sock.c \ tcp.c timer.c udp.c utils.c UNUSEDSRC = packet.c ipx.c ip_fw.c p8022.c p8023.c pe2.c psnap.c rarp.c -SRCS = sched.c timer-emul.c devices.c socket.c +SRCS = sched.c timer-emul.c devices.c socket.c main.c ethernet.c OBJS= $(subst .c,.o,$(LINUXSRCS) $(SRCS)) pfinet: $(OBJS) ../libthreads/libthreads.a |