]> CyberLeo.Net >> Repos - FreeBSD/stable/8.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)
commit6e9e6ac4709f7fbac765105575469a2af5af675f
tree53a382b096d23c40fef9ce6c5a9dcc1051cb3b7f
parentc2565482487b243a6c36f2f033a06ecdc9a794ad
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/8@300629 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/conf/kmod.mk