--- qemu/roms/SLOF/board-qemu/Makefile 2018/04/24 19:25:00 1.1.1.2 +++ qemu/roms/SLOF/board-qemu/Makefile 2018/04/24 19:44:42 1.1.1.3 @@ -10,10 +10,11 @@ # * IBM Corporation - initial implementation # ****************************************************************************/ -BOARD_TARGETS = tools_build romfs_build clients_build stage1 subdirs +BOARD_TARGETS = tools_build romfs_build clients_build netdrivers stage1 subdirs -SUBDIRS = slof veth -COMMON_LIBS = libc libbootmsg libbases libnvram libelf libhvcall +SUBDIRS = slof veth virtio-net + +COMMON_LIBS = libc libbootmsg libbases libnvram libelf libhvcall libvirtio all: $(BOARD_TARGETS) $(MAKE) boot_rom.bin @@ -35,6 +36,9 @@ stage1: common-libs @echo " ====== Building llfw ======" $(MAKE) -C llfw RELEASE=-DRELEASE=\"\\\"$(RELEASE)\\\"\" +netdrivers: common-libs + $(MAKE) -C ../drivers/e1k + clean_here: rm -f ../slof/OF.ffs rm -f ../boot_rom.bin