From 3c7febb48f971621ac368807d6e2a2a60ab06ce4 Mon Sep 17 00:00:00 2001 From: Nikunj A Dadhania Date: Wed, 24 Jul 2013 14:26:25 +0530 Subject: Add new USB code * Create usb directory * Remove compilation of slof-usb code * Generalize pci-class_0c.fs * Add usb-static.fs with alias and dummy usb-scan Signed-off-by: Nikunj A Dadhania Acked-by: Thomas Huth --- board-qemu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board-qemu/Makefile') diff --git a/board-qemu/Makefile b/board-qemu/Makefile index 6072a86..9826557 100644 --- a/board-qemu/Makefile +++ b/board-qemu/Makefile @@ -14,7 +14,7 @@ BOARD_TARGETS = tools_build romfs_build clients_build netdrivers stage1 subdirs SUBDIRS = slof veth virtio-net -COMMON_LIBS = libc libbootmsg libbases libnvram libelf libhvcall libvirtio +COMMON_LIBS = libc libbootmsg libbases libnvram libelf libhvcall libvirtio libusb all: $(BOARD_TARGETS) $(MAKE) boot_rom.bin -- cgit v1.1