summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnthony Liguori <anthony@codemonkey.ws>2013-10-31 17:01:43 +0100
committerAnthony Liguori <anthony@codemonkey.ws>2013-10-31 17:01:43 +0100
commitef5cfe5bbd8bb05a51afaf7ab313769eb9ef44b6 (patch)
tree4d1361b6ba3a4aaa2d257b16cc947b50fb2effc7 /configure
parent1ba1905abd72f34836b153f3348d618da6148f87 (diff)
parent203cea22a3d33ac86d170af74f8c655f119c8c62 (diff)
downloadqemu-ef5cfe5bbd8bb05a51afaf7ab313769eb9ef44b6.tar.gz
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-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 03d82f59b8..91372f9d60 100755
--- a/configure
+++ b/configure
@@ -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"