Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] linux: fix indentation
@ 2019-09-29 18:16 Pierre-Jean Texier
  2019-09-30  5:58 ` Yann E. MORIN
  2019-09-30 19:35 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Pierre-Jean Texier @ 2019-09-29 18:16 UTC (permalink / raw)
  To: buildroot

Fixes:
 $: ./utils/check-package linux/*
 linux/linux.mk:528: expected indent with tabs
 1318 lines processed
 1 warnings generated

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 linux/linux.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux/linux.mk b/linux/linux.mk
index b9e7210..89ac31c 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -525,7 +525,7 @@ include $(sort $(wildcard linux/linux-ext-*.mk))
 
 # Import linux-kernel-extensions from br2-externals
 include $(sort $(wildcard $(foreach ext,$(BR2_EXTERNAL_DIRS), \
-       $(ext)/linux/linux-ext-*.mk)))
+	$(ext)/linux/linux-ext-*.mk)))
 
 LINUX_PATCH_DEPENDENCIES += $(foreach ext,$(LINUX_EXTENSIONS),\
 	$(if $(BR2_LINUX_KERNEL_EXT_$(call UPPERCASE,$(ext))),$(ext)))
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-30 19:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-29 18:16 [Buildroot] [PATCH] linux: fix indentation Pierre-Jean Texier
2019-09-30  5:58 ` Yann E. MORIN
2019-09-30 19:35 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox