diff options
author | Sven Schnelle <svens@stackframe.org> | 2019-12-20 22:15:10 +0100 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2020-01-27 10:49:51 -0800 |
commit | 2a6505b0e79e553ed11570fb484071f3e5293cff (patch) | |
tree | 5af7510a955b00f49e8a5c294c3d863a04917249 /hw/input/Makefile.objs | |
parent | c56b6209189f6a4945562dc772cff440f03e4868 (diff) | |
download | qemu-2a6505b0e79e553ed11570fb484071f3e5293cff.zip qemu-2a6505b0e79e553ed11570fb484071f3e5293cff.tar.gz qemu-2a6505b0e79e553ed11570fb484071f3e5293cff.tar.bz2 |
hppa: add emulation of LASI PS2 controllers
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Message-Id: <20191220211512.3289-5-svens@stackframe.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/input/Makefile.objs')
-rw-r--r-- | hw/input/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/input/Makefile.objs b/hw/input/Makefile.objs index a1bc502..f98f635 100644 --- a/hw/input/Makefile.objs +++ b/hw/input/Makefile.objs @@ -15,3 +15,4 @@ common-obj-$(CONFIG_VHOST_USER_INPUT) += vhost-user-input.o obj-$(CONFIG_MILKYMIST) += milkymist-softusb.o obj-$(CONFIG_PXA2XX) += pxa2xx_keypad.o obj-$(CONFIG_TSC210X) += tsc210x.o +obj-$(CONFIG_LASIPS2) += lasips2.o |