Do not use the RTEMS simpleioctl.h if networking is enabled since

that subsystem provides a more robust version of ioctl.h.
This commit is contained in:
Joel Sherrill
1999-06-09 16:47:49 +00:00
parent 0860426d39
commit 5a0592cf17

View File

@@ -19,7 +19,10 @@ H_PIECES=chain console clockdrv iosupp ringbuf \
spurious timerdrv vmeintr
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
SYS_H_PIECES=ioctl termios utime
SYS_H_PIECES=termios utime
ifeq ($(HAS_NETWORKING),yes)
SYS_H_PIECES+=ioctl
endif
SYS_H_FILES=$(SYS_H_PIECES:%=$(srcdir)/sys/%.h)
MOTOROLA_H_PIECES=mc68230 mc68681