diff options
author | Anthony Liguori <aliguori@amazon.com> | 2013-12-06 12:57:21 -0800 |
---|---|---|
committer | Anthony Liguori <aliguori@amazon.com> | 2013-12-06 12:57:21 -0800 |
commit | cdac7a7184065467ba45ec83a9abfeeae060ce4b (patch) | |
tree | 1d7d262492874f0945716da1d85c5cb01c6d48e8 /util/Makefile.objs | |
parent | a55d121f4a932dcd19eb8164804cc98d5ea88e72 (diff) | |
parent | 0b959cf5e4cce08ed96bd7832447e1543cd3622f (diff) | |
download | qemu-cdac7a7184065467ba45ec83a9abfeeae060ce4b.zip qemu-cdac7a7184065467ba45ec83a9abfeeae060ce4b.tar.gz qemu-cdac7a7184065467ba45ec83a9abfeeae060ce4b.tar.bz2 |
Merge remote-tracking branch 'rth/auxv-2' into staging
# By Richard Henderson
# Via Richard Henderson
* rth/auxv-2:
linux-user: Use qemu_getauxval for AT_EXECFD
util: Use qemu_getauxval in linux qemu_cache_utils_init
tcg-s390: Use qemu_getauxval in query_facilities
tcg-arm: Use qemu_getauxval
tcg-ppc64: Use qemu_getauxval
osdep: Create qemu_getauxval and qemu_init_auxval
Message-id: 1385757754-10702-1-git-send-email-rth@twiddle.net
Signed-off-by: Anthony Liguori <aliguori@amazon.com>
Diffstat (limited to 'util/Makefile.objs')
-rw-r--r-- | util/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/Makefile.objs b/util/Makefile.objs index 2bb13a2..af3e5cb 100644 --- a/util/Makefile.objs +++ b/util/Makefile.objs @@ -12,3 +12,4 @@ util-obj-y += qemu-option.o qemu-progress.o util-obj-y += hexdump.o util-obj-y += crc32c.o util-obj-y += throttle.o +util-obj-y += getauxval.o |