diff options
| author | Warner Losh <imp@FreeBSD.org> | 2021-12-14 22:16:42 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2021-12-14 22:27:47 +0000 |
| commit | 31b35400cf77e788fec3d1c9fe590cdbb3544fd4 (patch) | |
| tree | 17d820cfa02ae1a876b123ac04c001f75d4e5abc /sys/modules/exca | |
| parent | b4fba31b633d258e70b161fd807ec86ae96f2bdc (diff) | |
Diffstat (limited to 'sys/modules/exca')
| -rw-r--r-- | sys/modules/exca/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/exca/Makefile b/sys/modules/exca/Makefile index 3b51f87b2827..0d302c14dc4e 100644 --- a/sys/modules/exca/Makefile +++ b/sys/modules/exca/Makefile @@ -3,7 +3,7 @@ .PATH: ${SRCTOP}/sys/dev/exca KMOD= exca -SRCS= exca.c device_if.h bus_if.h power_if.h card_if.h pccarddevs.h +SRCS= exca.c device_if.h bus_if.h power_if.h card_if.h EXPORT_SYMS= YES |
