summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/nxflat/Config.in
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-18 17:14:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-18 17:14:13 +0000
commit050865808bfb56aa3f3dee42157779cf47b16f0e (patch)
tree5d14751d56799e813097236560ee020447470007 /misc/buildroot/toolchain/nxflat/Config.in
parentd12b92e21445508bcb0b8acff9b03e2c71b9da71 (diff)
downloadnuttx-050865808bfb56aa3f3dee42157779cf47b16f0e.tar.gz
nuttx-050865808bfb56aa3f3dee42157779cf47b16f0e.tar.bz2
nuttx-050865808bfb56aa3f3dee42157779cf47b16f0e.zip
First rough port of XFLAT tools
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1903 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain/nxflat/Config.in')
-rw-r--r--misc/buildroot/toolchain/nxflat/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/buildroot/toolchain/nxflat/Config.in b/misc/buildroot/toolchain/nxflat/Config.in
new file mode 100644
index 000000000..a977bede1
--- /dev/null
+++ b/misc/buildroot/toolchain/nxflat/Config.in
@@ -0,0 +1,9 @@
+comment "NuttX Binary Support"
+
+config BR2_PACKAGE_NXFLAT
+ bool "Build NXFLAT tools"
+ default n
+ depends on BR2_arm
+ help
+ Build tools need to build NuttX NXFLAT load-able binary
+