freebsd-skq/sys/modules/hid/hidraw/Makefile

10 lines
133 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
KMOD= hidraw
SRCS= hidraw.c
SRCS+= opt_hid.h bus_if.h device_if.h
.include <bsd.kmod.mk>