X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Finput%2FMakefile;h=5f15265be5b4c86844ed173d24618f4908501779;hb=b4857aa90105ea85bf029f8eb99e72fbadc0e2d0;hp=b1161c5e1b4e9f9f686f53e9db7f7d7d35f18922;hpb=0f9258228e2b2070368ffccf5c243218128770a8;p=u-boot diff --git a/drivers/input/Makefile b/drivers/input/Makefile index b1161c5e1b..5f15265be5 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile @@ -5,7 +5,9 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-$(CONFIG_I8042_KBD) += i8042.o +obj-$(CONFIG_DM_KEYBOARD) += keyboard-uclass.o + +obj-$(CONFIG_I8042_KEYB) += i8042.o obj-$(CONFIG_TEGRA_KEYBOARD) += tegra-kbc.o obj-$(CONFIG_TWL4030_INPUT) += twl4030.o obj-$(CONFIG_CROS_EC_KEYB) += cros_ec_keyb.o