1. Introduce the new infrastructure for ioctl support 2. Refactor the old ioctls to use the new infrastructure 3. Implement builtin ioctls (e.g., TIOCGWINSZ and TIOCSWINSZ for stdout) 4. Implement non-builtin, driver-specific ioctls (e.g., ioctls for /dev/sgx)
6 lines
76 B
Makefile
6 lines
76 B
Makefile
include ../test_common.mk
|
|
|
|
EXTRA_C_FLAGS :=
|
|
EXTRA_LINK_FLAGS :=
|
|
BIN_ARGS :=
|