com32/menu: vesamenu.c32 and menu.c32 require multiple obj files
authorMatt Fleming <matt.fleming@intel.com>
Mon, 13 Feb 2012 14:27:36 +0000 (14:27 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Wed, 21 Mar 2012 10:22:03 +0000 (10:22 +0000)
commit3dcb4ec145d21c0ec1c4dc8b11cec61a4b88fc88
treef936d61f9ca458e126e5a87eae3d08f861e4baf1
parentb0a737c5cdbd7de3790bc5cf9a0e4b21dd1aed56
com32/menu: vesamenu.c32 and menu.c32 require multiple obj files

The standard %.c32 rule in mk/elf.mk doesn't work for vesamenu.c32 and
menu.c32 because they need multiple object files to be linked. Replace
the *.elf targets with *.c32 because .c32 *IS* an ELF file now.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/menu/Makefile