diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index d74565d13..284a6569f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -222,6 +222,15 @@ version : ############################################################################### # +# Predefined build shortcuts (for e.g. bin/ipxe.iso) + +# All drivers (excluding USB) +# +DRIVERS_ipxe = $(DRIVERS_net) $(DRIVERS_infiniband) \ + $(DRIVERS_xen) $(DRIVERS_hyperv) + +############################################################################### +# # Drag in the bulk of the build system # |