Skip to content

Commit

Permalink
[build] Add predefined shortcut for Raspberry Pi builds
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mcb30 committed Aug 2, 2019
1 parent c742c57 commit c63ef42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Makefile
Expand Up @@ -229,6 +229,10 @@ version :
DRIVERS_ipxe = $(DRIVERS_net) $(DRIVERS_infiniband) \
$(DRIVERS_xen) $(DRIVERS_hyperv)

# Raspberry Pi
#
DRIVERS_rpi = smsc95xx lan78xx

###############################################################################
#
# Drag in the bulk of the build system
Expand Down

0 comments on commit c63ef42

Please sign in to comment.