diff options
author | Michael Brown <mcb30@ipxe.org> | 2019-08-02 11:57:35 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2019-08-02 11:57:35 +0100 |
commit | c63ef427a2b18d318b313a4adf6267bb4dfa0c1c (patch) | |
tree | 91b95a50a9a6694f94e11801e32ee69e655ac733 /src | |
parent | c742c576d0d0fc7f7d49825f5d3c53fd7b597327 (diff) | |
download | ipxe-c63ef427a2b18d318b313a4adf6267bb4dfa0c1c.tar.gz |
[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')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 284a6569f..c0bc45fa6 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 |