Merge branch 'master' into lua
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 1 Jul 2010 21:26:36 +0000 (14:26 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 1 Jul 2010 21:26:36 +0000 (14:26 -0700)
Resolved Conflicts:
com32/Makefile

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
1  2 
com32/Makefile

diff --cc com32/Makefile
@@@ -1,4 -1,4 +1,5 @@@
- SUBDIRS = lib libutil modules menu samples lua/src
+ SUBDIRS = tools lib gpllib libutil modules mboot menu samples rosh cmenu \
 -        hdt gfxboot sysdump
++        hdt gfxboot sysdump lua/src
 +
  all tidy dist clean spotless install:
        set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done