summaryrefslogtreecommitdiff
path: root/com32/Makefile
diff options
context:
space:
mode:
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 89d0694e..4f95017a 100644
--- a/com32/Makefile
+++ b/com32/Makefile
@@ -1,3 +1,4 @@
-SUBDIRS = tools lib gpllib libutil modules mboot menu samples rosh cmenu hdt gfxboot
+SUBDIRS = tools lib gpllib libutil modules mboot menu samples rosh cmenu \
+ hdt gfxboot sysdump
all tidy dist clean spotless install:
set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done