diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-23 09:08:05 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-02-03 10:41:08 -0600 |
commit | 8b45d447ce5cce07cbdf0f42b969137430284d5c (patch) | |
tree | 8732080bdc35de9f5399db2244e7904ffaf647b5 /qom/Makefile | |
parent | db85b575b9f29487d1dd854da730a9293d91198a (diff) | |
download | qemu-8b45d447ce5cce07cbdf0f42b969137430284d5c.zip qemu-8b45d447ce5cce07cbdf0f42b969137430284d5c.tar.gz qemu-8b45d447ce5cce07cbdf0f42b969137430284d5c.tar.bz2 |
container: make a decendent of Object
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
---
v1 -> v2
- Add license (Paolo)
Diffstat (limited to 'qom/Makefile')
-rw-r--r-- | qom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qom/Makefile b/qom/Makefile index a3c7892..f33f0be 100644 --- a/qom/Makefile +++ b/qom/Makefile @@ -1 +1 @@ -qom-y = object.o +qom-y = object.o container.o |