summaryrefslogtreecommitdiffstats
path: root/package/rtai
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-21 11:24:48 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-22 15:57:23 +0200
commite2a782241582e9e7725869f35dfbe2d45cf35a3a (patch)
treea0eb11a12628e64783c398caf6d60da7ce37a87f /package/rtai
parent42ec2bd4a4ec7337c34772559024fcc9e135c898 (diff)
downloadbuildroot-e2a782241582e9e7725869f35dfbe2d45cf35a3a.tar.gz
buildroot-e2a782241582e9e7725869f35dfbe2d45cf35a3a.zip
package makefiles: clean up backslash spacing.
The check-package script when ran gave warnings on only using one space before backslashes on all of these makefiles. This patch cleans up all warnings related to the one space before backslashes rule in the make files in the package directory. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rtai')
-rw-r--r--package/rtai/rtai.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/rtai/rtai.mk b/package/rtai/rtai.mk
index 35e8fc1cfd..90f2cc4c8d 100644
--- a/package/rtai/rtai.mk
+++ b/package/rtai/rtai.mk
@@ -20,11 +20,11 @@ RTAI_DEPENDENCIES = linux
RTAI_CONF_OPTS = \
--includedir=/usr/include/rtai \
- --with-linux-dir=$(LINUX_DIR) \
- --disable-leds \
- --enable-usi \
- --enable-align-priority \
- --disable-rtailab \
+ --with-linux-dir=$(LINUX_DIR) \
+ --disable-leds \
+ --enable-usi \
+ --enable-align-priority \
+ --disable-rtailab \
--with-module-dir=/lib/modules/$(LINUX_VERSION_PROBED)/rtai
RTAI_MAKE = $(MAKE1)
OpenPOWER on IntegriCloud