Commit 963ad186 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Peter Korsgaard
Browse files

package/rtai: require kernel modules from Kconfig



Signed-off-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 05935409
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_RTAI
	bool "rtai"
	depends on BR2_LINUX_KERNEL_EXT_RTAI
	select BR2_LINUX_NEEDS_MODULES # not using kernel-module infra
	help
	  RTAI - the RealTime Application Interface for Linux.

+0 −6
Original line number Diff line number Diff line
@@ -18,12 +18,6 @@ RTAI_POST_INSTALL_STAGING_HOOKS += RTAI_POST_PATCH_FIXUP

RTAI_DEPENDENCIES = linux

# We're building a kernel module without using the kernel-module infra,
# so we need to tell we want module support in the kernel
ifeq ($(BR2_PACKAGE_RTAI),y)
LINUX_NEEDS_MODULES = y
endif

RTAI_CONF_OPTS = \
	--includedir=/usr/include/rtai \
	--with-linux-dir=$(LINUX_DIR) 	\