]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/xenomai: properly indent XENOMAI_DEVICES variable
authorAdam Duskett <Aduskett@gmail.com>
Fri, 21 Apr 2017 15:24:50 +0000 (11:24 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 22 Apr 2017 13:50:15 +0000 (15:50 +0200)
Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/xenomai/xenomai.mk

index 2d92e91d41f76abd2383480a977244eb7bafad6a..4844ffff62a37ae24afa36b6b8a051503ef02ced 100644 (file)
@@ -136,9 +136,9 @@ endef
 XENOMAI_POST_INSTALL_TARGET_HOOKS += XENOMAI_REMOVE_SKINS
 
 define XENOMAI_DEVICES
-/dev/rtheap  c  666  0  0  10  254  0  0  -
-/dev/rtscope c  666  0  0  10  253  0  0  -
-/dev/rtp     c  666  0  0  150 0    0  1  32
+       /dev/rtheap  c  666  0  0  10  254  0  0  -
+       /dev/rtscope c  666  0  0  10  253  0  0  -
+       /dev/rtp     c  666  0  0  150 0    0  1  32
 endef
 
 ifeq ($(BR2_PACKAGE_HAS_UDEV),y)