diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-11 10:39:23 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-17 08:49:39 -0600 |
commit | 4a5fcab7acc55495d0a617eeebbbeaebc1872dbf (patch) | |
tree | d9af15127fa09c0498948ef7e96440fa53ead113 /Makefile | |
parent | d7ff3acbb4496ecae92d7ce1d52579d55b19da2f (diff) |
Add a JSON parser
This is the third and final stage of the JSON parser. It parses lexical tokens
performing grammar validation and creating the final QObject representation. It
uses a recursive decent parser.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ obj-y += qemu-char.o aio.o savevm.o obj-y += msmouse.o ps2.o obj-y += qdev.o qdev-properties.o obj-y += qint.o qstring.o qdict.o qlist.o qfloat.o qbool.o json-lexer.o -obj-y += json-streamer.o +obj-y += json-streamer.o json-parser.o obj-y += qemu-config.o block-migration.o obj-$(CONFIG_BRLAPI) += baum.o |