Removed networkconfig.h since it reflects target specific initialization.

This commit is contained in:
Joel Sherrill
1998-08-21 13:04:36 +00:00
parent a83dd86106
commit c3a1c0585c
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
H_PIECES=bpfilter loop netdb networkconfig opt_ipfw opt_mrouting \
H_PIECES=bpfilter loop netdb opt_ipfw opt_mrouting \
opt_tcpdebug poll resolv syslog
H_FILES=$(H_PIECES:%=$(srcdir)/../%.h)
@@ -19,7 +19,7 @@ SYS_H_PIECES=buf callout cdefs conf domain filio ioccom ioctl kernel \
ucred uio
SYS_H_FILES=$(SYS_H_PIECES:%=$(srcdir)/../sys/%.h)
RTEMS_H_PIECES= rtems_bsdnet rtems_bsdnet_internal
RTEMS_H_PIECES= rtems_bsdnet rtems_bsdnet_internal tftp
RTEMS_H_FILES=$(RTEMS_H_PIECES:%=$(srcdir)/../rtems/%.h)
MACHINE_H_PIECES= conf cpu cpufunc endian in_cksum limits param types vmparam

View File

@@ -8,7 +8,7 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
H_PIECES=bpfilter loop netdb networkconfig opt_ipfw opt_mrouting \
H_PIECES=bpfilter loop netdb opt_ipfw opt_mrouting \
opt_tcpdebug poll resolv syslog
H_FILES=$(H_PIECES:%=$(srcdir)/../%.h)
@@ -19,7 +19,7 @@ SYS_H_PIECES=buf callout cdefs conf domain filio ioccom ioctl kernel \
ucred uio
SYS_H_FILES=$(SYS_H_PIECES:%=$(srcdir)/../sys/%.h)
RTEMS_H_PIECES= rtems_bsdnet rtems_bsdnet_internal
RTEMS_H_PIECES= rtems_bsdnet rtems_bsdnet_internal tftp
RTEMS_H_FILES=$(RTEMS_H_PIECES:%=$(srcdir)/../rtems/%.h)
MACHINE_H_PIECES= conf cpu cpufunc endian in_cksum limits param types vmparam