diff options
| author | Richard Henderson | 2017-09-15 23:11:45 +0200 |
|---|---|---|
| committer | Richard Henderson | 2018-02-08 16:54:05 +0100 |
| commit | db432672dc50ed86dda17ac821b7eb07411a90af (patch) | |
| tree | b00fb1db81cb0ac0d3e82f6242d6908bf657dd0f /Makefile.target | |
| parent | tcg: Standardize integral arguments to expanders (diff) | |
| download | qemu-db432672dc50ed86dda17ac821b7eb07411a90af.tar.gz qemu-db432672dc50ed86dda17ac821b7eb07411a90af.tar.xz qemu-db432672dc50ed86dda17ac821b7eb07411a90af.zip | |
tcg: Add generic vector expanders
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'Makefile.target')
| -rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 7f30a1e725..6549481096 100644 --- a/Makefile.target +++ b/Makefile.target @@ -93,7 +93,7 @@ all: $(PROGS) stap # cpu emulator library obj-y += exec.o obj-y += accel/ -obj-$(CONFIG_TCG) += tcg/tcg.o tcg/tcg-op.o tcg/tcg-op-vec.o +obj-$(CONFIG_TCG) += tcg/tcg.o tcg/tcg-op.o tcg/tcg-op-vec.o tcg/tcg-op-gvec.o obj-$(CONFIG_TCG) += tcg/tcg-common.o tcg/optimize.o obj-$(CONFIG_TCG_INTERPRETER) += tcg/tci.o obj-$(CONFIG_TCG_INTERPRETER) += disas/tci.o |
