HardenedBSD/sys/modules/hyperv/hid/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
221 B
Makefile
Raw Normal View History

.PATH: ${SRCTOP}/sys/dev/hyperv/input
KMOD= hv_hid
SRCS= hv_hid.c
SRCS+= bus_if.h device_if.h hid_if.h vmbus_if.h
CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
-I${SRCTOP}/sys/dev/hyperv/vmbus
.include <bsd.kmod.mk>