mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
Normalize separator size to 80 in remaining makefiles
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
31d72937cf
commit
95442bb324
@@ -1,8 +1,8 @@
|
||||
##################################################
|
||||
################################################################################
|
||||
# Linux RTAI extensions
|
||||
#
|
||||
# Patch the linux kernel with RTAI extension
|
||||
##################################################
|
||||
################################################################################
|
||||
|
||||
ifeq ($(BR2_LINUX_KERNEL_EXT_RTAI),y)
|
||||
# Add dependency to RTAI (user-space) which provide kernel patches
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
##################################################
|
||||
################################################################################
|
||||
# Linux Adeos/Xenomai extensions
|
||||
#
|
||||
# Patch the linux kernel with xenomai extension
|
||||
##################################################
|
||||
################################################################################
|
||||
|
||||
ifeq ($(BR2_LINUX_KERNEL_EXT_XENOMAI),y)
|
||||
# Add dependency to xenomai (user-space) which provide ksrc part
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
###############################################################################
|
||||
################################################################################
|
||||
#
|
||||
# Linux kernel target
|
||||
#
|
||||
###############################################################################
|
||||
################################################################################
|
||||
|
||||
LINUX_VERSION=$(call qstrip,$(BR2_LINUX_KERNEL_VERSION))
|
||||
LINUX_LICENSE = GPLv2
|
||||
|
||||
Reference in New Issue
Block a user