summaryrefslogtreecommitdiff
path: root/com32/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-07-01 14:26:36 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-07-01 14:26:36 -0700
commitd5872766e499376994c7a56a1c4c9e8fcc6c874c (patch)
treecba1a7ca12a3eecc31027b88b325541d0829df94 /com32/Makefile
parentf06f55139583f1d0022e78805df6d23fa72ae7d0 (diff)
parent55574c609a2f5ca69e98e5ec57eb909190d12061 (diff)
downloadsyslinux-d5872766e499376994c7a56a1c4c9e8fcc6c874c.tar.gz
Merge branch 'master' into lua
Resolved Conflicts: com32/Makefile Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'com32/Makefile')
-rw-r--r--com32/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/Makefile b/com32/Makefile
index 5d1ff449..b090c403 100644
--- a/com32/Makefile
+++ b/com32/Makefile
@@ -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 lua/src
all tidy dist clean spotless install:
set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done