K 10 svn:author V 3 jhb K 8 svn:date V 27 2016-05-10T03:34:20.592608Z K 7 svn:log V 515 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. Reviewed by: bdrewery MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D6285 END