Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pc-bios/s390-ccw: always build network bootloader
In the beginning, the network bootloader was considered experimental and
thus optional, but it is well established nowadays and configure always
checks for roms/SLOF before compiling pc-bios/s390-ccw.

Therefore, it makes sense to always build it together with the other
part of the s390-ccw bios.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
bonzini committed Jun 6, 2023
1 parent b11f9bd commit bf6903f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pc-bios/s390-ccw/Makefile
Expand Up @@ -67,12 +67,7 @@ s390-ccw.img: s390-ccw.elf

$(OBJECTS): Makefile

ifneq ($(wildcard $(SRC_PATH)/../../roms/SLOF/lib/libnet),)
include $(SRC_PATH)/netboot.mak
else
s390-netboot.img:
@echo "s390-netboot.img not built since roms/SLOF/ is not available."
endif

ALL_OBJS = $(sort $(OBJECTS) $(NETOBJS) $(LIBCOBJS) $(LIBNETOBJS))
-include $(ALL_OBJS:%.o=%.d)
Expand Down

0 comments on commit bf6903f

Please sign in to comment.