aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-05-12 18:45:18 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-05-14 10:13:06 +0200
commit0a879bf9ba318562e41a1bd4a6f9547f124a9831 (patch)
treeccd2d2e4e02303d3c62a73ffc4af9308e1f1e84e /Makefile.common
parentbfe866d6a49a98afaf647ef912ceda47e9ec92f7 (diff)
downloadexternal_qemu-0a879bf9ba318562e41a1bd4a6f9547f124a9831.zip
external_qemu-0a879bf9ba318562e41a1bd4a6f9547f124a9831.tar.gz
external_qemu-0a879bf9ba318562e41a1bd4a6f9547f124a9831.tar.bz2
Dump hardware config. with -verbose option.
This patch dumps the content of the hardware configuration file when the -verbose option (or equivalent -debug-init) is used. This is useful to determine exactly what is launched when debugging emulator issues. Change-Id: I101b87cddb12c603b43420ea72bb357fc33f327d
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 9c6d40a..15d6801 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -78,6 +78,7 @@ LOCAL_SRC_FILES += \
android/utils/filelock.c \
android/utils/ini.c \
android/utils/intmap.c \
+ android/utils/lineinput.c \
android/utils/mapfile.c \
android/utils/misc.c \
android/utils/panic.c \