diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-05-14 19:31:53 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-05-14 19:31:53 +0000 |
commit | d08555c17ac9b3c51e9a2bc7d2b12891241c29ae (patch) | |
tree | 2137add1b887747a18ccb5224b6d6b431d38741c /Makefile.objs | |
parent | 7ac9f9be20b95e3963f0404fa6c5c5c9654106de (diff) |
Compile virtio-9p-debug and virtio-9p-local once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index ecdd53e097..110f8fd6c2 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -226,6 +226,8 @@ sound-obj-$(CONFIG_CS4231A) += cs4231a.o adlib.o fmopl.o: QEMU_CFLAGS += -DBUILD_Y8950=0 hw-obj-$(CONFIG_SOUND) += $(sound-obj-y) +hw-obj-$(CONFIG_LINUX) += virtio-9p-debug.o virtio-9p-local.o + ###################################################################### # libdis # NOTE: the disassembler code is only needed for debugging |