Re: [Cryptodev-linux-devel] [PATCH] Updated the install target for cryptodev module

2012-11-29 Thread Nikos Mavrogiannopoulos
On 11/28/2012 11:39 AM, Yashpal Dutta wrote: > 1) Cryptodev-linux being a linux kernel module require a build target for >module_install and not for install. > 2) Some cross-compiler target need installation of module to different > directory > than host's module directory path. PREFIX allow

[Cryptodev-linux-devel] [PATCH] Updated the install target for cryptodev module

2012-11-27 Thread Yashpal Dutta
1) Cryptodev-linux being a linux kernel module require a build target for module_install and not for install. 2) Some cross-compiler target need installation of module to different directory than host's module directory path. PREFIX allow to override default module installation path. Signed-of