diff options
Diffstat (limited to 'src/Makefile')
-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 |