summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-buildroot
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-06-30 21:28:57 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-07-03 22:09:12 +0200
commite21db000267cfbff000f1fc8c8e3329c5473ce1e (patch)
tree11f5cf5ce57f7f6601bb165fcf465c1dbfe97108 /toolchain/toolchain-buildroot
parent3c3211ccde7fc37aaf9192e83cb55d7159001c17 (diff)
downloadbuildroot-novena-e21db000267cfbff000f1fc8c8e3329c5473ce1e.tar.gz
buildroot-novena-e21db000267cfbff000f1fc8c8e3329c5473ce1e.zip
elf2flt: convert to the package infrastructure
[Peter: Correct legacy position] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/toolchain-buildroot')
-rw-r--r--toolchain/toolchain-buildroot/Config.in.22
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in.2 b/toolchain/toolchain-buildroot/Config.in.2
index f58a4f78d..422602e61 100644
--- a/toolchain/toolchain-buildroot/Config.in.2
+++ b/toolchain/toolchain-buildroot/Config.in.2
@@ -98,7 +98,7 @@ config BR2_PTHREAD_DEBUG
help
Build the thread library with debugging enabled.
-source "toolchain/elf2flt/Config.in"
+source "package/elf2flt/Config.in.host"
config BR2_VFP_FLOAT
bool "Use ARM Vector Floating Point unit"