From 019d6b8ff0d495ded6977f24a4e8fd1c7fec09e0 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Sat, 9 May 2009 17:14:19 -0500 Subject: Move block drivers into their own directory Signed-off-by: Anthony Liguori --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index d3788fc..8fbe35b 100755 --- a/configure +++ b/configure @@ -2029,7 +2029,7 @@ done # for target in $targets # build tree in object directory if source path is different from current one if test "$source_path_used" = "yes" ; then - DIRS="tests tests/cris slirp audio" + DIRS="tests tests/cris slirp audio block" FILES="Makefile tests/Makefile" FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit" FILES="$FILES tests/test-mmap.c" -- cgit v1.1