Changeset d5a89a3 in mainline for uspace/drv/block/virtio-blk
- Timestamp:
- 2019-02-11T22:31:04Z (7 years ago)
- Children:
- aaf9789c
- Parents:
- e3272101 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/drv/block/virtio-blk
- Files:
-
- 3 added
- 1 moved
-
Makefile (moved) (moved from uspace/app/bnchmark/Makefile ) (2 diffs)
-
virtio-blk.c (added)
-
virtio-blk.h (added)
-
virtio-blk.ma (added)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/virtio-blk/Makefile
re3272101 rd5a89a3 1 1 # 2 # Copyright (c) 201 1 Martin Sucha2 # Copyright (c) 2019 Jakub Jermar 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 USPACE_PREFIX = ../.. 30 BINARY = bnchmark 29 USPACE_PREFIX = ../../.. 30 LIBS = drv scsi virtio 31 BINARY = virtio-blk 31 32 32 33 SOURCES = \ 33 bnchmark.c34 virtio-blk.c 34 35 35 36 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.
