projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86ae191
)
qapi: Add missing JSON files in build dependencies
author
Lluís Vilanova
<vilanova@ac.upc.edu>
Thu, 4 Feb 2016 18:29:17 +0000
(19:29 +0100)
committer
Markus Armbruster
<armbru@redhat.com>
Mon, 8 Feb 2016 16:29:57 +0000
(17:29 +0100)
Forgotten in commit
1dde0f4
(trace.json) and commit
fafa4d5
(rocker.json).
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Message-Id: <
145461055662
.15201.
2702170180078718114
.stgit@localhost>
Reviewed-by: Eric Blake <eblake@redhat.com>
[Commit message tweaked]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d0de2d46b6638e18c2744825de7d20d2679bd752..30b1b2db4cc95f4a37bd6394831bbf249a698575 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-272,7
+272,8
@@
$(SRC_PATH)/qga/qapi-schema.json $(SRC_PATH)/scripts/qapi-commands.py $(qapi-py)
qapi-modules = $(SRC_PATH)/qapi-schema.json $(SRC_PATH)/qapi/common.json \
$(SRC_PATH)/qapi/block.json $(SRC_PATH)/qapi/block-core.json \
$(SRC_PATH)/qapi/event.json $(SRC_PATH)/qapi/introspect.json \
- $(SRC_PATH)/qapi/crypto.json
+ $(SRC_PATH)/qapi/crypto.json $(SRC_PATH)/qapi/rocker.json \
+ $(SRC_PATH)/qapi/trace.json
qapi-types.c qapi-types.h :\
$(qapi-modules) $(SRC_PATH)/scripts/qapi-types.py $(qapi-py)