summaryrefslogtreecommitdiff
path: root/package/libatomic_ops
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-02-07 22:59:24 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-07 23:12:11 +0100
commiteebd770728376106215c519acc4cd74a1b79a141 (patch)
tree622d0eabf1bf6827a7d7c128db54b262009fc14a /package/libatomic_ops
parent5f3aed3f50ff48c8a60185407d7220aeedfea5e5 (diff)
package/libatomic_ops: rename libatomic_ops supported arch Kconfig symbol
According to the discussion on the mailing-list [1], rename the libatomic_ops supported architectures Kconfig symbol. [1] http://lists.busybox.net/pipermail/buildroot/2016-February/152146.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libatomic_ops')
-rw-r--r--package/libatomic_ops/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libatomic_ops/Config.in b/package/libatomic_ops/Config.in
index 73aab3d42..c6fe7a03b 100644
--- a/package/libatomic_ops/Config.in
+++ b/package/libatomic_ops/Config.in
@@ -1,10 +1,10 @@
-config BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
+config BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
bool
default y if BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || BR2_sparc || BR2_sparc64 || BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || BR2_x86_64
config BR2_PACKAGE_LIBATOMIC_OPS
bool "libatomic_ops"
- depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
+ depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
help
Atomic operations library