summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2006-06-16 11:44:55 +0000
committerkib <kib@FreeBSD.org>2006-06-16 11:44:55 +0000
commitc1070bda2aaf29c4127e1769285606e78e5f0a07 (patch)
treef80e67b5acab31b23cab0e07e2b41d4da7cdbd20 /sys/modules/Makefile
parentf92d46b4f1d86b12ff71fc0385f5f20e5513df52 (diff)
downloadFreeBSD-src-c1070bda2aaf29c4127e1769285606e78e5f0a07.zip
FreeBSD-src-c1070bda2aaf29c4127e1769285606e78e5f0a07.tar.gz
Allow for ppc(4) to be built as module, initially
only for i386 and amd64. MFC after: 1 month Approved by: pjd (mentor)
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index f20ae67..87a571f 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -190,6 +190,7 @@ SUBDIR= ${_3dfx} \
${_pmc} \
portalfs \
ppbus \
+ ${_ppc} \
ppi \
pps \
procfs \
@@ -421,6 +422,7 @@ _nve= nve
_padlock= padlock
.endif
.endif
+_ppc= ppc
_rr232x= rr232x
_s3= s3
_twa= twa
@@ -475,6 +477,7 @@ _mxge= mxge
_ndis= ndis
_nve= nve
_pccard= pccard
+_ppc= ppc
_rr232x= rr232x
_safe= safe
_scsi_low= scsi_low
OpenPOWER on IntegriCloud