From a7db4e4347606bd4ca849cebe79083395ade16d5 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 24 Oct 2002 12:44:27 +0000 Subject: [PATCH] Rewrote the COREFILES to reflect the changes from tcp_input.c and tcp_output.c to tcp_in.c and tcp_out.c. Removed simrouter and simnode from the all: target. --- proj/unixsim/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proj/unixsim/Makefile b/proj/unixsim/Makefile index 6305ba1e..31529e7b 100644 --- a/proj/unixsim/Makefile +++ b/proj/unixsim/Makefile @@ -44,8 +44,8 @@ CFLAGS:=$(CFLAGS) \ # COREFILES, CORE4FILES: The minimum set of files needed for lwIP. COREFILES=$(LWIPDIR)/core/mem.c $(LWIPDIR)/core/memp.c $(LWIPDIR)/core/netif.c \ $(LWIPDIR)/core/pbuf.c $(LWIPDIR)/core/stats.c $(LWIPDIR)/core/sys.c \ - $(LWIPDIR)/core/tcp.c $(LWIPDIR)/core/tcp_input.c \ - $(LWIPDIR)/core/tcp_output.c $(LWIPDIR)/core/udp.c + $(LWIPDIR)/core/tcp.c $(LWIPDIR)/core/tcp_in.c \ + $(LWIPDIR)/core/tcp_out.c $(LWIPDIR)/core/udp.c CORE4FILES=$(LWIPDIR)/core/ipv4/icmp.c $(LWIPDIR)/core/ipv4/ip.c \ $(LWIPDIR)/core/inet.c $(LWIPDIR)/core/ipv4/ip_addr.c @@ -78,7 +78,7 @@ APPOBJS=$(notdir $(APPFILES:.c=.o)) %.o: $(CC) $(CFLAGS) -c $(<:.o=.c) -all ipv4 compile: simhost simnode simrouter +all ipv4 compile: simhost .PHONY: all clean: