summaryrefslogtreecommitdiff
path: root/roms/SLOF/board-qemu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/SLOF/board-qemu/Makefile')
-rw-r--r--roms/SLOF/board-qemu/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/roms/SLOF/board-qemu/Makefile b/roms/SLOF/board-qemu/Makefile
index 6072a86b6..29ee016ad 100644
--- a/roms/SLOF/board-qemu/Makefile
+++ b/roms/SLOF/board-qemu/Makefile
@@ -10,11 +10,12 @@
# * IBM Corporation - initial implementation
# ****************************************************************************/
-BOARD_TARGETS = tools_build romfs_build clients_build netdrivers stage1 subdirs
+BOARD_TARGETS = tools_build romfs_build clients_build stage1 subdirs
-SUBDIRS = slof veth virtio-net
+SUBDIRS = slof
-COMMON_LIBS = libc libbootmsg libbases libnvram libelf libhvcall libvirtio
+COMMON_LIBS = libc libbootmsg libbases libnvram libelf libhvcall libvirtio libusb \
+ libveth libe1k
all: $(BOARD_TARGETS)
$(MAKE) boot_rom.bin
@@ -30,15 +31,12 @@ subdirs: $(SUBDIRS)
$(SUBDIRS): common-libs
@echo " ====== Building $@ ======"
- $(MAKE) -C $@ $(MAKEARG)
+ $(MAKE) -C $@ $(MAKEARG) RELEASE=-DRELEASE=\"\\\"$(RELEASE)\\\"\"
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