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

minor fix to build script

parent e6e6d860
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
ncore=64
PWD=`pwd`
bnx_dir="$PWD/drivers/net/ethernet/broadcom/bnx2x"
date
make -j 32 > make.out 2>&1
make modules M=$bnx_dir -j $ncore > make.out 2>&1
make -j $ncore >> make.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