aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 35061a4b11..36b36cd26a 100644
--- a/Makefile
+++ b/Makefile
@@ -59,10 +59,6 @@ else
BLOCK_OBJS += block-raw-posix.o
endif
-ifdef CONFIG_AIO
-BLOCK_OBJS += compatfd.o
-endif
-
######################################################################
# libqemu_common.a: Target independent part of system emulation. The
# long term path is to suppress *all* target specific code in case of