mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
9 lines
169 B
Makefile
9 lines
169 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/io
|
|
.PATH: ${SRCTOP}/sys/${MACHINE_CPUARCH}/${MACHINE_CPUARCH}
|
|
|
|
KMOD= io
|
|
SRCS= iodev.c io.c
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|