aboutsummaryrefslogtreecommitdiff
path: root/Config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config.mk b/Config.mk
index 1675c07..c17e704 100644
--- a/Config.mk
+++ b/Config.mk
@@ -10,9 +10,9 @@
# Setting any of these variables will control which parts of the source tree
# are built. To enable something set it to 1, otherwise set it to 0.
#
- DRIVERS=0
- VFS=0
- S5FS=0
+ DRIVERS=1
+ VFS=1
+ S5FS=1
VM=0
DYNAMIC=0
# When you finish S5FS, first enable "VM"; once this is working, then enable