freebsd-dev/sys/modules/itwd/Makefile
Andriy Gapon edca4938f7 itwd(4): driver for watchdog function in ITE Super I/O chips
The chips are commonly named with "IT" prefix.

MFC after:	19 days
2019-10-16 14:57:38 +00:00

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>