Date: Sun, 31 May 2020 05:02:15 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r361660 - head/sys/modules/hyperv/hvsock Message-ID: <202005310502.04V52FFA057256@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005310502.04V52FFA057256>