From: Vicente Olivert Riera Date: Wed, 27 Nov 2013 10:18:05 +0000 (+0000) Subject: tinymembench: Fix typo error on dependence X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d9ee197c24b3d28cb24a443ed7f645a01b2777f;p=buildroot.git tinymembench: Fix typo error on dependence It should be BR2_MIPS_NABI64 instead of BR_MIPS_NABI64 Fixes: http://autobuild.buildroot.net/results/c5d/c5da2d99c09b1a2f7da23f1636f1ccc8978cc4a3/ Signed-off-by: Vicente Olivert Riera Signed-off-by: Peter Korsgaard --- diff --git a/package/tinymembench/Config.in b/package/tinymembench/Config.in index 7e8aaf5469..8f6e1a2b35 100644 --- a/package/tinymembench/Config.in +++ b/package/tinymembench/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_TINYMEMBENCH bool "tinymembench" - depends on !BR2_MIPS_NABI32 && !BR_MIPS_NABI64 + depends on !BR2_MIPS_NABI32 && !BR2_MIPS_NABI64 help Tinymembench is a simple memory benchmark program, which tries to measure the peak bandwidth of sequential memory