datapath: introduce a method to install kernel modules
authorWei Yongjun <yjwei@cn.fujitsu.com>
Mon, 24 May 2010 02:20:10 +0000 (10:20 +0800)
committerBen Pfaff <blp@nicira.com>
Mon, 24 May 2010 16:54:47 +0000 (09:54 -0700)
commit44331666407201707d833ad5e397ae5e675d8a69
tree81ec9ccdd3b1cc94cbfc2bec6b7eb59abbb70d6d
parent10dcf8deec96f64e56450bea6cc8801253f15f51
datapath: introduce a method to install kernel modules

After we choose to build the Linux kernel module, install
them using make modules_install.

   % ./configure --with-l26=/lib/modules/`uname -r`/build
   % make
   % cd datapath/linux-2.6/
   % make modules_install

the openswitch kernel modules will be installed to dir
/lib/modules/`uname -r`/extra/

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
datapath/linux-2.6/Makefile.main.in