3d99796923
The /lib/modules/<version>/kernel/ is completely rewritten by the kernel module installation, so third party modules should be outside of this directory. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
359 B
Makefile
16 lines
359 B
Makefile
RTAI_VERSION = 3.8.1
|
|
RTAI_SOURCE = rtai-$(RTAI_VERSION).tar.bz2
|
|
RTAI_SITE = http://www.rtai.org/RTAI/
|
|
|
|
RTAI_DEPENDENCIES = linux
|
|
|
|
RTAI_CONF_OPT = \
|
|
--with-linux-dir=$(LINUX_DIR) \
|
|
--disable-leds \
|
|
--disable-rtailab \
|
|
--with-module-dir=/lib/modules/$(LINUX_VERSION_PROBED)/rtai
|
|
|
|
RTAI_MAKE = $(MAKE1)
|
|
|
|
$(eval $(call AUTOTARGETS,package,rtai))
|