Author: lwhsu
Date: Sun May 31 05:02:15 2020
New Revision: 361660
URL: https://svnweb.freebsd.org/changeset/base/361660
Log:
Fix directly building in sys/modules
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/modules/hyperv/hvsock/Makefile
Modified: head/sys/modules/hyperv/hvsock/Makefile
==============================================================================
--- head/sys/modules/hyperv/hvsock/Makefile Sun May 31 03:44:13 2020
(r361659)
+++ head/sys/modules/hyperv/hvsock/Makefile Sun May 31 05:02:15 2020
(r361660)
@@ -5,6 +5,7 @@
KMOD= hv_sock
SRCS= hv_sock.c
SRCS+= hv_sock.h
+SRCS+= device_if.h bus_if.h
CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
-I${SRCTOP}/sys/dev/hyperv/vmbus \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"