aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-04-22 22:03:40 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-04-23 04:44:33 +1000
commitd791e72dc28009f36da26703fc007e40cfa79414 (patch)
tree3564d4897dbc688a4d736faf04a613b488214612 /Config.in
parent943f901342dc85741b1a7e84758c0f50a964c68d (diff)
downloadbusybox-w32-d791e72dc28009f36da26703fc007e40cfa79414.tar.gz
busybox-w32-d791e72dc28009f36da26703fc007e40cfa79414.tar.bz2
busybox-w32-d791e72dc28009f36da26703fc007e40cfa79414.zip
Kbuild/Config.in: add CONFIG_MINGW and imported files to build system
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index a04e11b5c..3c5699c32 100644
--- a/Config.in
+++ b/Config.in
@@ -37,6 +37,11 @@ config DESKTOP
37 Select this only if you plan to use busybox on full-blown 37 Select this only if you plan to use busybox on full-blown
38 desktop machine with common Linux distro, not on an embedded box. 38 desktop machine with common Linux distro, not on an embedded box.
39 39
40config MINGW32
41 bool "Enable Windows native port"
42 default n
43 help
44 Enable MinGW port
40choice 45choice
41 prompt "Buffer allocation policy" 46 prompt "Buffer allocation policy"
42 default FEATURE_BUFFERS_USE_MALLOC 47 default FEATURE_BUFFERS_USE_MALLOC