mk: Add rule for emitting .c32 ELF files
authorMatt Fleming <matt.fleming@linux.intel.com>
Thu, 7 Apr 2011 20:00:31 +0000 (21:00 +0100)
committerMatt Fleming <matt.fleming@linux.intel.com>
Tue, 26 Apr 2011 08:52:58 +0000 (09:52 +0100)
commit74b3f540232f051ef1f463570473a6722f1ab5e7
tree79bd687cbdd55f8f346801787f77538577e94230
parentbcb23ab9672921bebadba780842b0fd3b3bac574
mk: Add rule for emitting .c32 ELF files

We currently open code the Makefile rules for outputting .c32 files,
so provide a pattern rule to make things easier.

There are no users of this rule yet, but we'll make use of it when we
switch all modules over to ELF.

Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
mk/elf.mk