summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorJohn Voltz2008-03-10 16:22:43 +0100
committerJohn Voltz2008-03-10 16:22:43 +0100
commitbc67ca29d3668dd7439e1e5ce3964eb7b6ee2721 (patch)
tree9658e27c6468208c945a7c1db0d506ad776140e0 /Config.in
parentchanged to use sourceforge variable (diff)
downloadbuildroot-bc67ca29d3668dd7439e1e5ce3964eb7b6ee2721.tar.gz
buildroot-bc67ca29d3668dd7439e1e5ce3964eb7b6ee2721.tar.xz
buildroot-bc67ca29d3668dd7439e1e5ce3964eb7b6ee2721.zip
added dev files in target option
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 5bc4e3615..17b1d503e 100644
--- a/Config.in
+++ b/Config.in
@@ -239,6 +239,13 @@ config BR2_HAVE_INFOPAGES
If you say n here, your target will not contain any
infopage.
+config BR2_TARGET_DEV_FILES
+ bool "Development files in target filesystem"
+ default n
+ help
+ Install headers and static libraries in the
+ target filesystem
+
source package/gnuconfig/Config.in
endmenu