]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - softmmu/meson.build
accel/tcg: Make icount.o a target agnostic unit
[thirdparty/qemu.git] / softmmu / meson.build
index c18b7ad738226fcbee921242246d2da40ac128bf..3a64dd89de1f1c79201df75ccbc633c519ca9b4c 100644 (file)
@@ -6,10 +6,6 @@ specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files(
   'watchpoint.c',
 )])
 
-specific_ss.add(when: ['CONFIG_SYSTEM_ONLY', 'CONFIG_TCG'], if_true: [files(
-  'icount.c',
-)])
-
 system_ss.add(files(
   'balloon.c',
   'bootdevice.c',