aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/Makefile
diff options
context:
space:
mode:
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-07-24 14:26:25 +0530
committerNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-07-24 14:46:22 +0530
commit3c7febb48f971621ac368807d6e2a2a60ab06ce4 (patch)
tree7e2da6deb5251c9d7d3614bd9187ef865a8a54fc /board-qemu/Makefile
parentbeb8512fecddd2fcc819d88b5ef5bc3d2264b867 (diff)
downloadSLOF-3c7febb48f971621ac368807d6e2a2a60ab06ce4.zip
SLOF-3c7febb48f971621ac368807d6e2a2a60ab06ce4.tar.gz
SLOF-3c7febb48f971621ac368807d6e2a2a60ab06ce4.tar.bz2
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 <nikunj@linux.vnet.ibm.com> Acked-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Diffstat (limited to 'board-qemu/Makefile')
-rw-r--r--board-qemu/Makefile2
1 files changed, 1 insertions, 1 deletions
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