summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMichael Brown2015-06-01 17:50:56 +0200
committerMichael Brown2015-06-01 17:55:57 +0200
commit25d6c80498b98a9b41ca1fec50cd2038f6f17547 (patch)
treee2be85f9128390dc0502bdccc90dcd1c60b1f9f0 /src/Makefile.housekeeping
parent[xhci] Fix length of allocated slot array (diff)
downloadipxe-25d6c80498b98a9b41ca1fec50cd2038f6f17547.tar.gz
ipxe-25d6c80498b98a9b41ca1fec50cd2038f6f17547.tar.xz
ipxe-25d6c80498b98a9b41ca1fec50cd2038f6f17547.zip
[build] Fix .ids.o creation for drivers not in the all-drivers build
Commit dc19e63 ("[build] Construct all-drivers list based on driver class") accidentally excluded the USB bus drivers from the list of files parsed in order to create PCI 3.0 device ID lists. Fix by returning $(DRIVERS) to its previous definition as a list of all driver files, and use only $(DRIVERS_ipxe) to contain the filtered list containing only those drivers which we want to include in the "all-drivers" build. Reported-by: Mary-Ann Johnson <MaryAnn.Johnson@displaylink.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index be9ad7c4..03800c8e 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -949,9 +949,8 @@ CLEANUP += $(BIN)/NIC # Doesn't match the $(BIN)/*.* pattern
# Select drivers to be included in the all-drivers build
#
-DRIVERS = $(DRIVERS_net) $(DRIVERS_infiniband) \
+DRIVERS_ipxe = $(DRIVERS_net) $(DRIVERS_infiniband) \
$(DRIVERS_xen) $(DRIVERS_hyperv)
-DRIVERS_ipxe = $(DRIVERS)
# Analyse a target name (e.g. "bin/dfe538--prism2_pci.rom.tmp") and
# derive the variables: