git: 2f189a0688c9 - main - ndis: remove leftover sys/modules/ndis
Ed Maste
emaste at FreeBSD.org
Thu Mar 25 18:31:36 UTC 2021
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=2f189a0688c9dce8b908cb3e541910c8acc7db36
commit 2f189a0688c9dce8b908cb3e541910c8acc7db36
Author: Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-03-25 18:30:11 +0000
Commit: Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-03-25 18:31:00 +0000
ndis: remove leftover sys/modules/ndis
Reported by: cognet
Fixes: bfc99943b04b ("ndis(4): remove as previous announced")
---
sys/modules/ndis/Makefile | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/sys/modules/ndis/Makefile b/sys/modules/ndis/Makefile
deleted file mode 100644
index 24a887eec949..000000000000
--- a/sys/modules/ndis/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${SRCTOP}/sys/compat/ndis
-
-KMOD= ndis
-SRCS= subr_pe.c subr_ndis.c subr_hal.c subr_ntoskrnl.c kern_ndis.c
-SRCS+= kern_windrv.c subr_usbd.c
-SRCS+= device_if.h bus_if.h pci_if.h vnode_if.h
-SRCS+= opt_bus.h opt_usb.h usb_if.h usbdevs.h
-
-.if ${MACHINE_CPUARCH} == "amd64"
-SRCS+= winx64_wrap.S
-.endif
-
-.if ${MACHINE_CPUARCH} == "i386"
-SRCS+= winx32_wrap.S
-.endif
-
-.include <bsd.kmod.mk>
More information about the dev-commits-src-all
mailing list