mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Module name is cardbus, not pccard.
This commit is contained in:
parent
0e97a08fe9
commit
462a08a105
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
S = ${.CURDIR}/../..
|
||||
.PATH: ${.CURDIR}/../../dev/cardbus
|
||||
KMOD= pccard
|
||||
KMOD= cardbus
|
||||
SRCS= cardbus.c \
|
||||
device_if.h bus_if.h
|
||||
CLEANFILES+= device_if.h bus_if.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue