diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-03-26 17:05:43 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-29 23:30:37 +0200 |
| commit | cc405b4cb323b6f16dbf12ae319885ec88d1dddd (patch) | |
| tree | f2156db724f89a584279cce4de00f24d67f68ec2 /linux/linux-ext-rtai.mk | |
| parent | fc91501e6b32ef1b015ac9b0fbf6d64aa1ce0162 (diff) | |
| download | buildroot-cc405b4cb323b6f16dbf12ae319885ec88d1dddd.tar.gz buildroot-cc405b4cb323b6f16dbf12ae319885ec88d1dddd.zip | |
arch, linux, package: remove whitespaces
Whitespaces were searched using the following regex:
[ ]{1,}\t
and then manually removed in most of the cases. For
xserver_xorg-server.mk, tabs before backslashes were removed.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'linux/linux-ext-rtai.mk')
| -rw-r--r-- | linux/linux-ext-rtai.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/linux-ext-rtai.mk b/linux/linux-ext-rtai.mk index 0cc1232b96..fb483aa80b 100644 --- a/linux/linux-ext-rtai.mk +++ b/linux/linux-ext-rtai.mk @@ -20,8 +20,8 @@ endif define RTAI_PREPARE_KERNEL kver=`$(MAKE) $(LINUX_MAKE_FLAGS) -C $(LINUX_DIR) --no-print-directory -s kernelversion` ; \ if test -f $(RTAI_DIR)/base/arch/$(RTAI_ARCH)/patches/hal-linux-$${kver}-*patch ; then \ - $(APPLY_PATCHES) $(LINUX_DIR) \ - $(RTAI_DIR)/base/arch/$(RTAI_ARCH)/patches/ \ + $(APPLY_PATCHES) $(LINUX_DIR) \ + $(RTAI_DIR)/base/arch/$(RTAI_ARCH)/patches/ \ hal-linux-$${kver}-*patch ; \ else \ echo "No RTAI patch for your kernel version" ; \ |

