From 050865808bfb56aa3f3dee42157779cf47b16f0e Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 18 Jun 2009 17:14:13 +0000 Subject: First rough port of XFLAT tools git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1903 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/toolchain/nxflat/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 misc/buildroot/toolchain/nxflat/Config.in (limited to 'misc/buildroot/toolchain/nxflat/Config.in') 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 + -- cgit v1.2.3