]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r309491: Build smbios.ko as a module for amd64 and i386
authorrpokala <rpokala@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 11 Dec 2016 02:01:59 +0000 (02:01 +0000)
committerrpokala <rpokala@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 11 Dec 2016 02:01:59 +0000 (02:01 +0000)
commitf85f16c660b46e0c4752b11787eb6842e33d504a
tree6610c75a273bc9b1a53671ef44f850f06e794065
parent5ce94f41b41ded6b6329cc1b13155f821204377f
MFC r309491: Build smbios.ko as a module for amd64 and i386

For whatever reason, smapi, smbios, vpd are all under the "bios" directory.
smapi is only for i386, so the entire "bios" directory is only built for
i386. Break smapi out, and make only it i386-specific. Then, build the
"bios" directory for both amd64 and i386.

Because 'sys/modules/Makefile' was refactored after stable/10 was branched,
the diff for that file is different from that of the original commit. They
are functionally equivalent.

git-svn-id: svn://svn.freebsd.org/base/stable/10@309842 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/modules/Makefile
sys/modules/bios/Makefile