diff options
author | jinhyung.jo <jinhyung.jo@samsung.com> | 2013-10-31 18:31:01 +0900 |
---|---|---|
committer | jinhyung.jo <jinhyung.jo@samsung.com> | 2013-11-07 16:03:13 +0900 |
commit | 9d27732c49bb46a453dd9a2b07e8d5777afed438 (patch) | |
tree | ca45224dd2f29abe2ec531f4fb5440d7acf84bfd /hw/Makefile.objs | |
parent | 87bd4db802f69c6e326920c2537eb61bfcbed8c1 (diff) | |
download | qemu-9d27732c49bb46a453dd9a2b07e8d5777afed438.tar.gz qemu-9d27732c49bb46a453dd9a2b07e8d5777afed438.tar.bz2 qemu-9d27732c49bb46a453dd9a2b07e8d5777afed438.zip |
vigs & yagl : Move sources to own directories
Make new directories for each module in the hw directory
, move the sources and add makefiles.
Change-Id: Ife82c2770f6ae8917c854d70e8b89c44edbc1e9c
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r-- | hw/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index 0243d6aa0e..b1e422e497 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -27,6 +27,8 @@ devices-dirs-$(CONFIG_SOFTMMU) += usb/ devices-dirs-$(CONFIG_VIRTIO) += virtio/ devices-dirs-$(CONFIG_SOFTMMU) += watchdog/ devices-dirs-$(CONFIG_SOFTMMU) += xen/ +devices-dirs-$(CONFIG_BUILD_VIGS) += yagl/ +devices-dirs-$(CONFIG_BUILD_VIGS) += vigs/ devices-dirs-y += core/ common-obj-y += $(devices-dirs-y) obj-y += $(devices-dirs-y) |