summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Config.in.2
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-21 12:58:51 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-21 12:58:51 +0000
commit726abd4e519f97eda6f6dfc1b6b9505fc37e8b23 (patch)
tree660193529c48e113266f8e844b8a309db45ecc2b /toolchain/uClibc/Config.in.2
parent50399135542bfb1d7f49ff276f47081313d1426d (diff)
downloadbuildroot-novena-726abd4e519f97eda6f6dfc1b6b9505fc37e8b23.tar.gz
buildroot-novena-726abd4e519f97eda6f6dfc1b6b9505fc37e8b23.zip
- provide means to "install uClibc headers in the target filesystem" without a native compiler
Diffstat (limited to 'toolchain/uClibc/Config.in.2')
-rw-r--r--toolchain/uClibc/Config.in.26
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/uClibc/Config.in.2 b/toolchain/uClibc/Config.in.2
new file mode 100644
index 000000000..90a065e6e
--- /dev/null
+++ b/toolchain/uClibc/Config.in.2
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_UCLIBC_TARGET_HEADERS
+ bool "install uClibc headers in the target filesystem"
+ default n
+ help
+ Install the uClibc headers and kernel-headers in the
+ target filesystem.