Browse Source

[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>
tags/v1.20.1
Michael Brown 4 years ago
parent
commit
c63ef427a2
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/Makefile

+ 4
- 0
src/Makefile View File

229
 DRIVERS_ipxe	= $(DRIVERS_net) $(DRIVERS_infiniband) \
229
 DRIVERS_ipxe	= $(DRIVERS_net) $(DRIVERS_infiniband) \
230
 		  $(DRIVERS_xen) $(DRIVERS_hyperv)
230
 		  $(DRIVERS_xen) $(DRIVERS_hyperv)
231
 
231
 
232
+# Raspberry Pi
233
+#
234
+DRIVERS_rpi	= smsc95xx lan78xx
235
+
232
 ###############################################################################
236
 ###############################################################################
233
 #
237
 #
234
 # Drag in the bulk of the build system
238
 # Drag in the bulk of the build system

Loading…
Cancel
Save