[Buildroot] Kernel module compiled but not found

Marco Trapanese marcotrapanese at gmail.com
Sun Oct 13 15:02:17 UTC 2013


Il 13/10/2013 16:51, Yann E. MORIN ha scritto:
> You're missing INSTALL_MOD_PATH=$(TARGET_DIR) on this command line 
> (the make line for 'MYKMOD_INSTALL_TARGET_CMDS' ). Regards, Yann E. 
> MORIN. 

Yann,
thank you for your quick answer. I changed the command line (in 
sensoray2253/sensoray2253.mk) in this way:

define SENSORAY2253_INSTALL_TARGET_CMDS
     $(MAKE) $(LINUX_MAKE_FLAGS) -C $(LINUX_DIR) M=$(@D) 
INSTALL_MOD_PATH=$(TARGET_DIR) modules_install
endef

Is it correct?
Mark



More information about the buildroot mailing list