diff options
| author | Xin LI <delphij@FreeBSD.org> | 2010-03-02 01:56:55 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2010-03-02 01:56:55 +0000 |
| commit | aa3d547d095ff07fdc39ffc5ae4c371844b504ab (patch) | |
| tree | 7ed974e780fcc4cd6ef6cb1dd534de1780381fb5 /sys/modules/Makefile | |
| parent | 4dcf8bb3e27cb46f60afb73c7d1fb61ca6a322ab (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 07e4bfbacd14..9b7d5504c8b1 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -300,6 +300,7 @@ SUBDIR= ${_3dfx} \ wlan_xauth \ ${_wpi} \ ${_wpifw} \ + ${_x86bios} \ ${_xe} \ xfs \ xl \ @@ -463,6 +464,7 @@ _padlock= padlock _s3= s3 _twa= twa _vesa= vesa +_x86bios= x86bios .elif ${MACHINE} == "pc98" _canbepm= canbepm _canbus= canbus @@ -490,6 +492,7 @@ _cpufreq= cpufreq .if ${MK_CDDL} != "no" || defined(ALL_MODULES) _cyclic= cyclic .endif +_dpms= dpms _drm= drm .if ${MK_CDDL} != "no" || defined(ALL_MODULES) _dtrace= dtrace @@ -538,14 +541,18 @@ _padlock= padlock .endif _pccard= pccard _rdma= rdma +_s3= s3 _safe= safe _scsi_low= scsi_low _smbfs= smbfs _sound= sound _speaker= speaker +_splash= splash _sppp= sppp _tmpfs= tmpfs _twa= twa +_vesa= vesa +_x86bios= x86bios _wi= wi _wpi= wpi _wpifw= wpifw |
