summaryrefslogtreecommitdiff
path: root/com32/cmenu/simple.c
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/cmenu/simple.cH. Peter Anvin2009-05-291-47/+50
| | | | | | | | | Automatically reformat com32/cmenu/simple.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Move complex menu to com32/cmenu; clean up the MakefilesH. Peter Anvin2009-03-021-0/+79
Move the complex menu system into the com32 directory so it can be sequenced properly with respect to hdt (it needs to be built after com32/lib but before com32/hdt). While we're at it, clean up the Makefiles somewhat.