diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-19 13:32:45 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-19 13:32:45 +0000 |
commit | b5906f958974df6f0fef821268bd1593ebefc143 (patch) | |
tree | ac868bc2819cd3dc25e7a9500c1528ac897449eb /Makefile.target | |
parent | d08d3bb8511c05b95042bbd5d5c8462a6a25a934 (diff) |
Linux usermode clock_gettime/clock_getres emulation, by Kirill A. Shutemov.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2501 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 38899ff14f..8be2835770 100644 --- a/Makefile.target +++ b/Makefile.target @@ -208,6 +208,7 @@ endif ifdef CONFIG_LINUX_USER OBJS= main.o syscall.o mmap.o signal.o path.o osdep.o thunk.o \ elfload.o linuxload.o +LIBS+= $(AIOLIBS) ifdef TARGET_HAS_BFLT OBJS+= flatload.o endif |