浏览代码

[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 5 年前
父节点
当前提交
c63ef427a2
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      src/Makefile

+ 4
- 0
src/Makefile 查看文件

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

正在加载...
取消
保存