]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 299310:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 24 May 2016 23:04:16 +0000 (23:04 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 24 May 2016 23:04:16 +0000 (23:04 +0000)
commit06f63dbc71dab988389ea1eba9972a2b09e54cff
treea358a864d4665683c69f69be97980140c7626310
parent8b434aa317b2a2aebb9785a7747c28b116828347
MFC 299310:
Don't store generated firmware object files in the source directory.

Trim the leading directory of a firmware source file from the resulting
target object file name so the object file is stored in the object
directory. Previously, using 'FIRMWS= /path/to/fw.bin:fw.bin' would
store the generated 'fw.bin.fwo' file in the /path/to directory. Now
it stores it in the object directory of the kernel module being built.

git-svn-id: svn://svn.freebsd.org/base/stable/10@300629 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/conf/kmod.mk