edca4938f7
The chips are commonly named with "IT" prefix. MFC after: 19 days
10 lines
129 B
Makefile
10 lines
129 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/itwd
|
|
|
|
KMOD= itwd
|
|
SRCS= itwd.c
|
|
SRCS+= device_if.h bus_if.h isa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|