[ovs-dev] [PATCH 1/3] datapath: install linux kernel modules when do make install

Ben Pfaff blp at nicira.com
Thu May 20 17:17:39 UTC 2010


On Thu, May 20, 2010 at 01:12:05PM +0800, Wei Yongjun wrote:
> If we choose to build the Linux kernel module, install them to
> when we do make install.
> 
>    % ./configure --with-l26=/lib/modules/`uname -r`/build
>    % make
>    % make install
> 
> the openswitch kernel modules will be installed to dir
> /lib/modules/`uname -r`/extra/

I don't really want to do that by default on top-level "make install".
I'd be happy to add a "modules_install" target to that directory.  Would
that be OK?




More information about the dev mailing list