The branch stable/15 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c6504647e06aa62474559fa162d9b385650a60de
commit c6504647e06aa62474559fa162d9b385650a60de Author: John Baldwin <[email protected]> AuthorDate: 2025-11-12 14:29:04 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2025-12-18 22:36:38 +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 0fd2d4050cf1..6e20dce0653f 100644 --- a/sys/conf/kmod.mk +++ b/sys/conf/kmod.mk @@ -472,7 +472,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
