[build] Move predefined all-drivers build shortcut to Makefile

The (very approximate) split between Makefile.housekeeping and
Makefile is that the former provides mechanism and the latter provides
policy.

Provide a section within Makefile as a home for predefined build
shortcuts such as the existing all-drivers build.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2019-08-02 11:00:43 +01:00
parent a4f8c6e31f
commit c742c576d0
2 changed files with 9 additions and 5 deletions

View File

@@ -220,6 +220,15 @@ endif
version :
@$(ECHO) "$(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