summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-10-05 19:39:33 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2012-10-05 16:07:49 -0500
commitc9159fe9aa9abe24115ea4d16127179e9cb07e22 (patch)
tree335f4a0849c68e12e40556429049a4a5abec9657 /configure
parentb8994faf2a8d6fc791669bb432bdb3a7a1711013 (diff)
downloadhqemu-c9159fe9aa9abe24115ea4d16127179e9cb07e22.zip
hqemu-c9159fe9aa9abe24115ea4d16127179e9cb07e22.tar.gz
Remove libhw
The entries for libhw* are no longer needed in .gitignore. There is also no longer a difference between common-obj-y and hw-obj-y, so one of those two macros is sufficient. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index e58846d..73a5f3d 100755
--- a/configure
+++ b/configure
@@ -3914,8 +3914,6 @@ fi
if test "$target_softmmu" = "yes" ; then
echo "CONFIG_SOFTMMU=y" >> $config_target_mak
echo "LIBS+=$libs_softmmu $target_libs_softmmu" >> $config_target_mak
- echo "HWDIR=../libhw" >> $config_target_mak
- echo "subdir-$target: subdir-libhw" >> $config_host_mak
if test "$smartcard_nss" = "yes" ; then
echo "subdir-$target: subdir-libcacard" >> $config_host_mak
fi
@@ -4157,9 +4155,6 @@ for rom in seabios vgabios ; do
echo "LD=$ld" >> $config_mak
done
-d=libhw
-symlink "$source_path/Makefile.hw" "$d/Makefile"
-
d=libuser
symlink "$source_path/Makefile.user" "$d/Makefile"
OpenPOWER on IntegriCloud