aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:07 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:07 +0000
commit64dc9c31ae3d3e450c65099715a3fb653927f21f (patch)
tree7817cfe788dc13e4fd6284410a018f9a4fda037b /Makefile.objs
parent35da37e141bc96355a0a3a4e8e1df0722d1fdb0b (diff)
Compile async only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 90cb34b1d..0c13d4fd6 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -44,7 +44,7 @@ net-obj-y += $(addprefix net/, $(net-nested-y))
common-obj-y = $(block-obj-y)
common-obj-y += $(net-obj-y)
common-obj-y += $(qobject-obj-y)
-common-obj-y += readline.o console.o
+common-obj-y += readline.o console.o async.o
common-obj-y += tcg-runtime.o host-utils.o
common-obj-y += irq.o ioport.o input.o