diff options
| author | Richard Henderson | 2013-06-04 20:24:49 +0200 |
|---|---|---|
| committer | Richard Henderson | 2013-11-29 19:45:13 +0100 |
| commit | b6a3e690b4f396633c75e18a9c3e7b6771fb71ba (patch) | |
| tree | a0b751f6356373549aa8d6acbf7bc32f46dbd0c6 /util/Makefile.objs | |
| parent | Open 2.0 development tree (diff) | |
| download | qemu-b6a3e690b4f396633c75e18a9c3e7b6771fb71ba.tar.gz qemu-b6a3e690b4f396633c75e18a9c3e7b6771fb71ba.tar.xz qemu-b6a3e690b4f396633c75e18a9c3e7b6771fb71ba.zip | |
osdep: Create qemu_getauxval and qemu_init_auxval
Abstract away dependence on a system implementation of getauxval.
Signed-off-by: Richard Henderson <rth@twiddle.net>
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 2bb13a2a59..af3e5cb157 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 |
