diff options
Diffstat (limited to 'accel/Makefile.objs')
-rw-r--r-- | accel/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel/Makefile.objs b/accel/Makefile.objs index 11ad823609..cd5702f347 100644 --- a/accel/Makefile.objs +++ b/accel/Makefile.objs @@ -1,2 +1,4 @@ obj-$(CONFIG_SOFTMMU) += accel.o +obj-y += kvm/ obj-y += tcg/ +obj-y += stubs/ |