diff options
Diffstat (limited to 'sys/modules/sio/Makefile')
| -rw-r--r-- | sys/modules/sio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sio/Makefile b/sys/modules/sio/Makefile index 1e948a30d526..74235635a795 100644 --- a/sys/modules/sio/Makefile +++ b/sys/modules/sio/Makefile @@ -8,7 +8,7 @@ KMOD= sio SRCS= bus_if.h card_if.h device_if.h isa_if.h pci_if.h \ opt_comconsole.h opt_compat.h opt_ddb.h opt_sio.h \ - sio.c sio_pccard.c sio_pci.c sio_puc.c + sio.c sio_pccard.c sio_pci.c sio_puc.c pccarddevs.h .if ${MACHINE} == "pc98" SRCS+= sio_cbus.c .else |
