Lines Matching refs:BIOS
18 all_firmware := bios efi32 efi64
29 # Because we need to build modules multiple times, e.g. for BIOS,
84 # The 'bios', 'efi32' and 'efi64' are dummy targets. Their only
147 # FIXME: Prune other BIOS-centric modules
241 # Convert 'make bios strip' to 'make strip', etc for rest of the Makefiles.
253 bios:
254 @mkdir -p $(OBJ)/bios
255 $(MAKE) -C $(OBJ)/bios -f $(SRC)/Makefile SRC="$(SRC)" \
256 objdir=$(OBJ)/bios OBJ=$(OBJ)/bios HAVE_FIRMWARE=1 \
257 FIRMWARE=BIOS \