Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] linux/linux-ext-fbtft: remove unnecessary ; \
@ 2016-11-02 21:13 David Lechner
  2016-11-02 21:45 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: David Lechner @ 2016-11-02 21:13 UTC (permalink / raw)
  To: buildroot

The makefile has some unnecessary instances of ; \ at the end of the lines,
so remove them to make code a bit more readable.

Signed-off-by: David Lechner <david@lechnology.com>
---
 linux/linux-ext-fbtft.mk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/linux/linux-ext-fbtft.mk b/linux/linux-ext-fbtft.mk
index 5eb3d94..64e65a1 100644
--- a/linux/linux-ext-fbtft.mk
+++ b/linux/linux-ext-fbtft.mk
@@ -13,10 +13,10 @@ define FBTFT_PREPARE_KERNEL
 		dest=drivers/video/fbdev ; \
 	else \
 		dest=drivers/video ; \
-	fi ; \
-	mkdir -p $(LINUX_DIR)/$${dest}/fbtft; \
-	cp -dpfr $(FBTFT_DIR)/* $(LINUX_DIR)/$${dest}/fbtft/ ; \
+	fi
+	mkdir -p $(LINUX_DIR)/$${dest}/fbtft
+	cp -dpfr $(FBTFT_DIR)/* $(LINUX_DIR)/$${dest}/fbtft/
 	echo "source \"$${dest}/fbtft/Kconfig\"" \
-		>> $(LINUX_DIR)/$${dest}/Kconfig ; \
+		>> $(LINUX_DIR)/$${dest}/Kconfig
 	echo 'obj-y += fbtft/' >> $(LINUX_DIR)/$${dest}/Makefile
 endef
-- 
2.7.4

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

end of thread, other threads:[~2016-11-02 21:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-02 21:13 [Buildroot] [PATCH] linux/linux-ext-fbtft: remove unnecessary ; \ David Lechner
2016-11-02 21:45 ` Thomas Petazzoni
2016-11-02 21:49   ` David Lechner

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