kmod.mk: Remove a trailing reference to pccarddevs.h
Fixes: 31b35400cf ("pccard: Remove more of the PC Card infrastructure")
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user