input: Add a command to show mouse input
This reads mouse input and shows it on the terminal. It is useful for testing mice. Change-Id: Ifebe6452f38904689e3e2142fc08a623131ed0de Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -129,6 +129,7 @@ obj-$(CONFIG_CMD_CLONE) += clone.o
|
||||
ifneq ($(CONFIG_CMD_NAND)$(CONFIG_CMD_SF),)
|
||||
obj-y += legacy-mtd-utils.o
|
||||
endif
|
||||
obj-$(CONFIG_CMD_MOUSE) += mouse.o
|
||||
obj-$(CONFIG_CMD_MUX) += mux.o
|
||||
obj-$(CONFIG_CMD_NAND) += nand.o
|
||||
ifdef CONFIG_NET
|
||||
|
||||
Reference in New Issue
Block a user