diff options
| author | Warner Losh <imp@FreeBSD.org> | 2021-01-07 22:19:34 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2021-01-08 03:22:56 +0000 |
| commit | 163b959a73c8b76839d816ffba2e6c0016d48f0c (patch) | |
| tree | c2d6a0ac2194b831a792d017c2bad7b48ffc10b8 /sys/modules/fdc | |
| parent | fbcdcec55b77c475bcab861d29adcacc8a205a48 (diff) | |
Diffstat (limited to 'sys/modules/fdc')
| -rw-r--r-- | sys/modules/fdc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/modules/fdc/Makefile b/sys/modules/fdc/Makefile index 400e75a1a630..140135d43e66 100644 --- a/sys/modules/fdc/Makefile +++ b/sys/modules/fdc/Makefile @@ -3,12 +3,11 @@ KMOD= fdc .PATH: ${SRCTOP}/sys/dev/fdc -SRCS= fdc.c fdc_isa.c fdc_pccard.c +SRCS= fdc.c fdc_isa.c .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" SRCS+= opt_acpi.h acpi_if.h fdc_acpi.c .endif -SRCS+= opt_fdc.h bus_if.h card_if.h device_if.h \ - isa_if.h pccarddevs.h +SRCS+= opt_fdc.h bus_if.h device_if.h isa_if.h .include <bsd.kmod.mk> |
