git: 3a25f21eed6e - stable/14 - kmod.mk: Remove a trailing reference to pccarddevs.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Dec 2025 22:57:52 UTC
The branch stable/14 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=3a25f21eed6e37e8d4bf70ac7cc4aaf69950806e
commit 3a25f21eed6e37e8d4bf70ac7cc4aaf69950806e
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2025-11-12 14:29:04 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2025-12-18 22:37:10 +0000
kmod.mk: Remove a trailing reference to pccarddevs.h
Fixes: 31b35400cf77 ("pccard: Remove more of the PC Card infrastructure")
(cherry picked from commit 6bf611ada21216aefcd830ba71fbf0b5d776ea47)
---
sys/conf/kmod.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index 806007763de2..68b37e7efbff 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -470,7 +470,7 @@ CLEANFILES+= ${_i}
.m.h: ${SYSDIR}/tools/makeobjops.awk
${AWK} -f ${SYSDIR}/tools/makeobjops.awk ${.IMPSRC} -h
-.for _i in mii pccard
+.for _i in mii
.if !empty(SRCS:M${_i}devs.h)
CLEANFILES+= ${_i}devs.h
${_i}devs.h: ${SYSDIR}/tools/${_i}devs2h.awk ${SYSDIR}/dev/${_i}/${_i}devs