mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 14:03:29 +03:00
[build] Kill off the last multiple-object source file
The build mechanism currently allows for multiple objects per source file. The only remaining user of this is unnrv2b.S. Replace this usage with a separate unnrv2b16.S wrapper file, as is currently used for e.g. pxeprefix.S and kpxeprefix.S.
This commit is contained in:
7
src/arch/i386/prefix/unnrv2b16.S
Normal file
7
src/arch/i386/prefix/unnrv2b16.S
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* 16-bit version of the decompressor
|
||||
*
|
||||
*/
|
||||
|
||||
#define CODE16
|
||||
#include "unnrv2b.S"
|
||||
Reference in New Issue
Block a user