Merge with 3.2x branch
authorH. Peter Anvin <hpa@zytor.com>
Wed, 13 Sep 2006 04:08:23 +0000 (21:08 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 13 Sep 2006 04:08:23 +0000 (21:08 -0700)
Conflicts:

com32/modules/Makefile

1  2 
com32/modules/Makefile

@@@ -1,6 -1,6 +1,6 @@@
  ## -----------------------------------------------------------------------
  ##
--##   Copyright 2001-2004 H. Peter Anvin - All Rights Reserved
++##   Copyright 2001-2006 H. Peter Anvin - All Rights Reserved
  ##
  ##   This program is free software; you can redistribute it and/or modify
  ##   it under the terms of the GNU General Public License as published by
@@@ -44,8 -44,8 +44,8 @@@ AUXDIR   = $(LIBDIR)/syslinu
  INCDIR   = /usr/include
  COM32DIR = $(AUXDIR)/com32
  
- MODULES         = chain.c32 menu.c32 vesamenu.c32 ethersel.c32 mboot.c32 dmitest.c32 cpuidtest.c32
 -MODULES         = chain.c32 menu.c32 ethersel.c32 mboot.c32 dmitest.c32 cpuidtest.c32 pcitest.c32
 -TESTFILES = menu.lnx
++MODULES         = chain.c32 menu.c32 vesamenu.c32 ethersel.c32 mboot.c32 dmitest.c32 cpuidtest.c32 pcitest.c32
 +TESTFILES = 
  
  all: $(MODULES) $(TESTFILES)