diff options
author | Anthony Liguori <anthony@codemonkey.ws> | 2013-10-31 17:01:43 +0100 |
---|---|---|
committer | Anthony Liguori <anthony@codemonkey.ws> | 2013-10-31 17:01:43 +0100 |
commit | ef5cfe5bbd8bb05a51afaf7ab313769eb9ef44b6 (patch) | |
tree | 4d1361b6ba3a4aaa2d257b16cc947b50fb2effc7 /configure | |
parent | 1ba1905abd72f34836b153f3348d618da6148f87 (diff) | |
parent | 203cea22a3d33ac86d170af74f8c655f119c8c62 (diff) | |
download | qemu-ef5cfe5bbd8bb05a51afaf7ab313769eb9ef44b6.zip |
Merge remote-tracking branch 'mjt/trivial-patches' into staging
* mjt/trivial-patches:
audio/mixeng_template.h: fix inline declaration
misc: Spelling and grammar fixes in comments
docs/ccid.txt: fix the typo
qapi: fix documentation example
.gitignore: ignore qmp-commands.txt
misc: New spelling fixes in comments
configure: create fsdev/ directory
Message-id: 1382779887-15971-1-git-send-email-mjt@msgid.tls.msk.ru
Signed-off-by: Anthony Liguori <anthony@codemonkey.ws>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4654,6 +4654,7 @@ fi # build tree in object directory in case the source is not in the current directory DIRS="tests tests/tcg tests/tcg/cris tests/tcg/lm32 tests/libqos tests/qapi-schema tests/tcg/xtensa tests/qemu-iotests" +DIRS="$DIRS fsdev" DIRS="$DIRS pc-bios/optionrom pc-bios/spapr-rtas pc-bios/s390-ccw" DIRS="$DIRS roms/seabios roms/vgabios" DIRS="$DIRS qapi-generated" |