forked from Imagelibrary/rtems
Include netinet sources.
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
2002-12-18 Eric Norum <eric.norum@usask.ca>
|
||||||
|
* Makefile.am: Include netinet sources.
|
||||||
|
|
||||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Merge-in kern/Makefile.am, net/Makefile.am,
|
* Makefile.am: Merge-in kern/Makefile.am, net/Makefile.am,
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ netinet_C_FILES = netinet/if_ether.c netinet/igmp.c netinet/in.c \
|
|||||||
netinet/tcp_debug.c netinet/tcp_input.c netinet/tcp_output.c \
|
netinet/tcp_debug.c netinet/tcp_input.c netinet/tcp_output.c \
|
||||||
netinet/tcp_subr.c netinet/tcp_timer.c netinet/tcp_usrreq.c \
|
netinet/tcp_subr.c netinet/tcp_timer.c netinet/tcp_usrreq.c \
|
||||||
netinet/udp_usrreq.c
|
netinet/udp_usrreq.c
|
||||||
OBJS += $(C_FILES:netinet/%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS += $(netinet_C_FILES:netinet/%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
$(ARCH)/%.$(OBJEXT): netinet/%.c
|
$(ARCH)/%.$(OBJEXT): netinet/%.c
|
||||||
${COMPILE} -o $@ -c $<
|
${COMPILE} -o $@ -c $<
|
||||||
|
|||||||
Reference in New Issue
Block a user