Skip to content
Snippets Groups Projects
Commit bdbfb769 authored by Aastha Mehta's avatar Aastha Mehta
Browse files

minor

parent 9f39ca94
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,6 @@ bnx_dir="$PWD/drivers/net/ethernet/broadcom/bnx2x"
date
make -j $ncore > make.out 2>&1
make modules M=$bnx_dir -j $ncore >> make.out 2>&1
make modules -j $ncore >> make.out 2>&1
#make modules M=$bnx_dir -j $ncore >> make.out 2>&1
date
......@@ -7,7 +7,8 @@ bnx_dir="$PWD/drivers/net/ethernet/broadcom/bnx2x"
date
make -j $ncore > make.out 2>&1
date
make modules M=$bnx_dir -j $ncore > make_install.out 2>&1
make modules -j $ncore >> make.out 2>&1
#make modules M=$bnx_dir -j $ncore > make_install.out 2>&1
#sudo make modules_install M=$bnx_dir -j $ncore >> make_install.out 2>&1
sudo make modules_install -j $ncore > make_install.out 2>&1
date
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment