diff options
Diffstat (limited to 'config/kernel.in')
-rw-r--r-- | config/kernel.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/kernel.in b/config/kernel.in index 630eae64..446bd6bf 100644 --- a/config/kernel.in +++ b/config/kernel.in @@ -8,6 +8,10 @@ config BARE_METAL bool default n +config MINGW32 + bool + default n + # Each target OS (aka kernel) that support shared libraries can select # this, so the user can decide whether or not to build a shared library # enabled toolchain |