mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
rtai: Install modules in /lib/modules/<version>/rtai
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>
This commit is contained in:
committed by
Peter Korsgaard
parent
5a615f5c7c
commit
3d99796923
@@ -8,7 +8,7 @@ RTAI_CONF_OPT = \
|
||||
--with-linux-dir=$(LINUX_DIR) \
|
||||
--disable-leds \
|
||||
--disable-rtailab \
|
||||
--with-module-dir=/lib/modules/$(LINUX_VERSION_PROBED)/kernel/rtai
|
||||
--with-module-dir=/lib/modules/$(LINUX_VERSION_PROBED)/rtai
|
||||
|
||||
RTAI_MAKE = $(MAKE1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user