2017-06-02 08:06:43 +02:00
|
|
|
obj-$(CONFIG_SOFTMMU) += tcg-all.o
|
2017-06-02 08:06:44 +02:00
|
|
|
obj-$(CONFIG_SOFTMMU) += cputlb.o
|
2017-09-11 23:33:26 +02:00
|
|
|
obj-y += tcg-runtime.o
|
2017-07-04 15:57:28 +02:00
|
|
|
obj-y += cpu-exec.o cpu-exec-common.o translate-all.o
|
2017-07-14 10:25:40 +02:00
|
|
|
obj-y += translator.o
|
2017-09-11 23:33:25 +02:00
|
|
|
|
|
|
|
obj-$(CONFIG_USER_ONLY) += user-exec.o
|
|
|
|
obj-$(call lnot,$(CONFIG_SOFTMMU)) += user-exec-stub.o
|