Allow additional ipxe make arguments
To support the addition of an ipxe EMBED script, pass args to the ipxe make process. Signed-off-by: Jonathon Anderson <janderson@ciq.co>
This commit is contained in:
@@ -37,8 +37,8 @@ sed -i.bak \
|
|||||||
-e 's,//\(#define.*VLAN_CMD.*\),\1,' \
|
-e 's,//\(#define.*VLAN_CMD.*\),\1,' \
|
||||||
config/general.h
|
config/general.h
|
||||||
|
|
||||||
make -j 8 $PCBIOS
|
make -j 8 $PCBIOS "$@"
|
||||||
make -j 8 $EFI
|
make -j 8 $EFI "$@"
|
||||||
|
|
||||||
|
|
||||||
cp $PCBIOS $PCBIOS_output
|
cp $PCBIOS $PCBIOS_output
|
||||||
|
|||||||
Reference in New Issue
Block a user