repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
exec: change ramlist from MRU order to a 1-item cache
[qemu/ar7.git]
/
fsdev
/
Makefile.objs
blob
cb1e2500b99ed9daeb333443746233485c57816c
1
ifeq ($(CONFIG_REALLY_VIRTFS),y)
2
common-obj-y = qemu-fsdev.o virtio-9p-marshal.o
3
4
# Toplevel always builds this; targets without virtio will put it in
5
# common-obj-y
6
extra-obj-y = qemu-fsdev-dummy.o
7
else
8
common-obj-y = qemu-fsdev-dummy.o
9
endif