Build the ppc module on pc98.

This commit is contained in:
Yoshihiro Takahashi 2006-06-16 12:51:53 +00:00
parent a436dbf123
commit e4251b042e
2 changed files with 6 additions and 2 deletions

View File

@ -374,6 +374,7 @@ _oltr= oltr
_pccard= pccard
_pcfclock= pcfclock
_pecoff= pecoff
_ppc= ppc
_pst= pst
_puc= puc
_ray= ray
@ -422,7 +423,6 @@ _nve= nve
_padlock= padlock
.endif
.endif
_ppc= ppc
_rr232x= rr232x
_s3= s3
_twa= twa

View File

@ -5,7 +5,11 @@
KMOD= ppc
SRCS= bus_if.h device_if.h ppbus_if.h isa_if.h pci_if.h serdev_if.h \
opt_ppc.h opt_isa.h \
ppc_acpi.c ppc_pci.c \
ppc_pci.c \
ppc.c ppc_isa.c ppc_puc.c
.if ${MACHINE} != "pc98"
SRCS+= ppc_acpi.c
.endif
.include <bsd.kmod.mk>