aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2019-08-02 11:57:35 +0100
committerMichael Brown <mcb30@ipxe.org>2019-08-02 11:57:35 +0100
commitc63ef427a2b18d318b313a4adf6267bb4dfa0c1c (patch)
tree91b95a50a9a6694f94e11801e32ee69e655ac733 /src/Makefile
parentc742c576d0d0fc7f7d49825f5d3c53fd7b597327 (diff)
downloadipxe-c63ef427a2b18d318b313a4adf6267bb4dfa0c1c.zip
ipxe-c63ef427a2b18d318b313a4adf6267bb4dfa0c1c.tar.gz
ipxe-c63ef427a2b18d318b313a4adf6267bb4dfa0c1c.tar.bz2
[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>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 284a656..c0bc45f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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