]> git.sur5r.net Git - u-boot/blobdiff - drivers/input/Makefile
spl: mmc: Unify non/driver model spl_mmc_find_device()
[u-boot] / drivers / input / Makefile
index b1161c5e1b4e9f9f686f53e9db7f7d7d35f18922..5f15265be5b4c86844ed173d24618f4908501779 100644 (file)
@@ -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