commit | b6a3e690b4f396633c75e18a9c3e7b6771fb71ba | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Tue Jun 04 11:24:49 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Sat Nov 30 07:45:13 2013 +1300 |
tree | a0b751f6356373549aa8d6acbf7bc32f46dbd0c6 | |
parent | 7dc65c02fe3fb8f3146ce0b9ff5fec5945329f0e [diff] [blame] |
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>
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 += hexdump.o util-obj-y += crc32c.o util-obj-y += throttle.o +util-obj-y += getauxval.o