[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>
pull/94/head
Michael Brown 2019-08-02 11:57:35 +01:00
parent c742c576d0
commit c63ef427a2
1 changed files with 4 additions and 0 deletions

View File

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