Build the ppc module on pc98.
This commit is contained in:
parent
a436dbf123
commit
e4251b042e
@ -374,6 +374,7 @@ _oltr= oltr
|
|||||||
_pccard= pccard
|
_pccard= pccard
|
||||||
_pcfclock= pcfclock
|
_pcfclock= pcfclock
|
||||||
_pecoff= pecoff
|
_pecoff= pecoff
|
||||||
|
_ppc= ppc
|
||||||
_pst= pst
|
_pst= pst
|
||||||
_puc= puc
|
_puc= puc
|
||||||
_ray= ray
|
_ray= ray
|
||||||
@ -422,7 +423,6 @@ _nve= nve
|
|||||||
_padlock= padlock
|
_padlock= padlock
|
||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
_ppc= ppc
|
|
||||||
_rr232x= rr232x
|
_rr232x= rr232x
|
||||||
_s3= s3
|
_s3= s3
|
||||||
_twa= twa
|
_twa= twa
|
||||||
|
@ -5,7 +5,11 @@
|
|||||||
KMOD= ppc
|
KMOD= ppc
|
||||||
SRCS= bus_if.h device_if.h ppbus_if.h isa_if.h pci_if.h serdev_if.h \
|
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 \
|
opt_ppc.h opt_isa.h \
|
||||||
ppc_acpi.c ppc_pci.c \
|
ppc_pci.c \
|
||||||
ppc.c ppc_isa.c ppc_puc.c
|
ppc.c ppc_isa.c ppc_puc.c
|
||||||
|
|
||||||
|
.if ${MACHINE} != "pc98"
|
||||||
|
SRCS+= ppc_acpi.c
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.kmod.mk>
|
.include <bsd.kmod.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user