]> git.sur5r.net Git - u-boot/blob - drivers/input/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / input / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2000-2007
4 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6 obj-$(CONFIG_DM_KEYBOARD) += keyboard-uclass.o
7
8 obj-$(CONFIG_I8042_KEYB) += i8042.o
9 obj-$(CONFIG_TEGRA_KEYBOARD) += tegra-kbc.o
10 obj-$(CONFIG_TWL4030_INPUT) += twl4030.o
11 obj-$(CONFIG_TWL6030_INPUT) += twl6030.o
12 obj-$(CONFIG_CROS_EC_KEYB) += cros_ec_keyb.o
13 obj-y += input.o
14 obj-$(CONFIG_$(SPL_)OF_CONTROL) += key_matrix.o