linux/linux*.mk: fix code style
Use only one space before backslash. Remove consecutive empty line. Indent with tabs. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
50e64863e1
commit
0b0d93fe70
@ -413,7 +413,6 @@ define LINUX_INSTALL_HOST_TOOLS
|
|||||||
fi
|
fi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
define LINUX_INSTALL_IMAGES_CMDS
|
define LINUX_INSTALL_IMAGES_CMDS
|
||||||
$(call LINUX_INSTALL_IMAGE,$(BINARIES_DIR))
|
$(call LINUX_INSTALL_IMAGE,$(BINARIES_DIR))
|
||||||
$(call LINUX_INSTALL_DTB,$(BINARIES_DIR))
|
$(call LINUX_INSTALL_DTB,$(BINARIES_DIR))
|
||||||
@ -485,7 +484,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_LINUX_KERNEL_DTS_SUPPORT):$(strip $(KERNEL_DTS_NAME)),y:)
|
ifeq ($(BR2_LINUX_KERNEL_DTS_SUPPORT):$(strip $(KERNEL_DTS_NAME)),y:)
|
||||||
$(error No kernel device tree source specified, check your \
|
$(error No kernel device tree source specified, check your \
|
||||||
BR2_LINUX_KERNEL_INTREE_DTS_NAME / BR2_LINUX_KERNEL_CUSTOM_DTS_PATH settings)
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME / BR2_LINUX_KERNEL_CUSTOM_DTS_PATH settings)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endif # BR_BUILDING
|
endif # BR_BUILDING
|
||||||
|
Loading…
Reference in New Issue
Block a user