aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-05-02 15:05:35 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-05-04 10:55:47 +0200
commitc0ac73377011befa8a3e6444d61a80cd6ada2659 (patch)
tree7832607180923d12fc0775b7bd34ad45fe83bc77 /Makefile.common
parentdb6c47f81a31448407415fea160ac0b60ab7ee5a (diff)
downloadexternal_qemu-c0ac73377011befa8a3e6444d61a80cd6ada2659.zip
external_qemu-c0ac73377011befa8a3e6444d61a80cd6ada2659.tar.gz
external_qemu-c0ac73377011befa8a3e6444d61a80cd6ada2659.tar.bz2
Document new QEMU pipe implementation.
+ Rename android/pipe-net.c to android/hw-pipe-net.c Change-Id: Ia2e2466c3bf3ea812f36639420fad7ce2e0cb61d
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 05497c8..9c6d40a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -377,7 +377,7 @@ CORE_MISC_SOURCES = \
android/hw-sensors.c \
android/hw-qemud.c \
android/looper-qemu.c \
- android/pipe-net.c \
+ android/hw-pipe-net.c \
android/qemu-setup.c \
android/snapshot.c \
android/utils/timezone.c \