forked from Imagelibrary/rtems
Removed networkconfig.h since it reflects target specific initialization.
This commit is contained in:
@@ -8,7 +8,7 @@ VPATH = @srcdir@
|
|||||||
RTEMS_ROOT = @top_srcdir@
|
RTEMS_ROOT = @top_srcdir@
|
||||||
PROJECT_ROOT = @PROJECT_ROOT@
|
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
|
opt_tcpdebug poll resolv syslog
|
||||||
H_FILES=$(H_PIECES:%=$(srcdir)/../%.h)
|
H_FILES=$(H_PIECES:%=$(srcdir)/../%.h)
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ SYS_H_PIECES=buf callout cdefs conf domain filio ioccom ioctl kernel \
|
|||||||
ucred uio
|
ucred uio
|
||||||
SYS_H_FILES=$(SYS_H_PIECES:%=$(srcdir)/../sys/%.h)
|
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)
|
RTEMS_H_FILES=$(RTEMS_H_PIECES:%=$(srcdir)/../rtems/%.h)
|
||||||
|
|
||||||
MACHINE_H_PIECES= conf cpu cpufunc endian in_cksum limits param types vmparam
|
MACHINE_H_PIECES= conf cpu cpufunc endian in_cksum limits param types vmparam
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ VPATH = @srcdir@
|
|||||||
RTEMS_ROOT = @top_srcdir@
|
RTEMS_ROOT = @top_srcdir@
|
||||||
PROJECT_ROOT = @PROJECT_ROOT@
|
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
|
opt_tcpdebug poll resolv syslog
|
||||||
H_FILES=$(H_PIECES:%=$(srcdir)/../%.h)
|
H_FILES=$(H_PIECES:%=$(srcdir)/../%.h)
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ SYS_H_PIECES=buf callout cdefs conf domain filio ioccom ioctl kernel \
|
|||||||
ucred uio
|
ucred uio
|
||||||
SYS_H_FILES=$(SYS_H_PIECES:%=$(srcdir)/../sys/%.h)
|
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)
|
RTEMS_H_FILES=$(RTEMS_H_PIECES:%=$(srcdir)/../rtems/%.h)
|
||||||
|
|
||||||
MACHINE_H_PIECES= conf cpu cpufunc endian in_cksum limits param types vmparam
|
MACHINE_H_PIECES= conf cpu cpufunc endian in_cksum limits param types vmparam
|
||||||
|
|||||||
Reference in New Issue
Block a user