mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 07:50:43 +03:00
[build] Add predefined shortcut for Raspberry Pi builds
Add a build shortcut "rpi", allowing for e.g. make CONFIG=rpi CROSS=aarch64-linux-gnu- bin-arm64-efi/rpi.efi Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -229,6 +229,10 @@ version :
|
|||||||
DRIVERS_ipxe = $(DRIVERS_net) $(DRIVERS_infiniband) \
|
DRIVERS_ipxe = $(DRIVERS_net) $(DRIVERS_infiniband) \
|
||||||
$(DRIVERS_xen) $(DRIVERS_hyperv)
|
$(DRIVERS_xen) $(DRIVERS_hyperv)
|
||||||
|
|
||||||
|
# Raspberry Pi
|
||||||
|
#
|
||||||
|
DRIVERS_rpi = smsc95xx lan78xx
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
# Drag in the bulk of the build system
|
# Drag in the bulk of the build system
|
||||||
|
|||||||
Reference in New Issue
Block a user