opnsense-src/sys/modules/hyperv/hid/Makefile
Warner Losh 031beb4e23 sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00

11 lines
222 B
Makefile

.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>