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:
Jonathon Anderson
2022-10-26 16:57:46 -06:00
parent c715d98ea5
commit e46bd71ee4

View File

@@ -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