[Buildroot] [git commit] package/linux-tools: fix kconfig coding style

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Apr 22 20:25:41 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=3fd181bdccc270f5af6642f332ed07170dfe3ed7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fix coding style introduced in d5edfa6eef (package/linux-tools/perf: add
dependency on 32-bit sync builtins).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Alexey Brodkin <Alexey.Brodkin at synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/linux-tools/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-tools/Config.in b/package/linux-tools/Config.in
index 90b4825fee..1c660f76f5 100644
--- a/package/linux-tools/Config.in
+++ b/package/linux-tools/Config.in
@@ -45,8 +45,8 @@ config BR2_PACKAGE_LINUX_TOOLS_PCI
 
 config BR2_PACKAGE_LINUX_TOOLS_PERF
 	bool "perf"
-	select BR2_PACKAGE_LINUX_TOOLS
 	depends on BR2_TOOLCHAIN_HAS_SYNC_4
+	select BR2_PACKAGE_LINUX_TOOLS
 	help
 	  perf (sometimes "Perf Events" or perf tools, originally
 	  "Performance Counters for Linux") - is a performance


More information about the buildroot mailing list