summaryrefslogtreecommitdiffstats
path: root/boot/syslinux
diff options
context:
space:
mode:
authorRicardo Martincoski <ricardo.martincoski@gmail.com>2018-04-01 02:08:16 -0300
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-01 07:54:59 +0200
commitc9f6e1a329a9ad5044bbeb0ee32c71a0adff2c65 (patch)
treefa2c55e759c29ebdee1fe0fbefc0ce0d8397499c /boot/syslinux
parent1490558b75f2d28fdf11745a1977872b33d82b98 (diff)
downloadbuildroot-c9f6e1a329a9ad5044bbeb0ee32c71a0adff2c65.tar.gz
buildroot-c9f6e1a329a9ad5044bbeb0ee32c71a0adff2c65.zip
boot/*/*.mk: fix code style
Use only one space before backslash. Indent with tabs. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'boot/syslinux')
-rw-r--r--boot/syslinux/syslinux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/syslinux/syslinux.mk b/boot/syslinux/syslinux.mk
index 13496414dd..67bc69254e 100644
--- a/boot/syslinux/syslinux.mk
+++ b/boot/syslinux/syslinux.mk
@@ -59,7 +59,7 @@ define SYSLINUX_BUILD_CMDS
CC_FOR_BUILD="$(HOSTCC)" \
CFLAGS_FOR_BUILD="$(HOST_CFLAGS)" \
LDFLAGS_FOR_BUILD="$(HOST_LDFLAGS)" \
- $(SYSLINUX_EFI_ARGS) -C $(@D) $(SYSLINUX_TARGET)
+ $(SYSLINUX_EFI_ARGS) -C $(@D) $(SYSLINUX_TARGET)
endef
# While the actual bootloader is compiled for the target, several
OpenPOWER on IntegriCloud