forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user