diff options
author | nthnluu <nate1299@me.com> | 2024-01-28 21:22:05 -0500 |
---|---|---|
committer | nthnluu <nate1299@me.com> | 2024-01-28 21:22:05 -0500 |
commit | 789d1f30617ba3c090ab3c294c6e51641e125b70 (patch) | |
tree | 65a038c6ed5b6bf610ea2e0476a28a6d78817704 | |
parent | c63f340d90800895f007de64b7d2d14624263331 (diff) |
disable projects in Config.mk
-rw-r--r-- | Config.mk | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -10,11 +10,11 @@ # 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=1 - VFS=1 - S5FS=1 - VM=1 - DYNAMIC=1 + DRIVERS=0 + VFS=0 + S5FS=0 + VM=0 + DYNAMIC=0 # When you finish S5FS, first enable "VM"; once this is working, then enable # "DYNAMIC". |