[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:
Michael Brown
2009-04-17 13:38:18 +01:00
parent f79608b376
commit a63ef9207d
2 changed files with 7 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
/*
* 16-bit version of the decompressor
*
*/
#define CODE16
#include "unnrv2b.S"