commit | bc20b5e9e6dd43239bbae3d2c7e2a4bc69b96b24 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Nov 16 19:48:39 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 19 17:43:04 2019 -0500 |
tree | 8cd8cc1858171350e30d16828b3f5174a06473c6 | |
parent | 74806a80a8d77f8336cdaa742e3283441f09fc59 [diff] |
input: Move input.o to be built only in some cases We only need to build and link input.o when we have any of CONFIG_KEYBOARD, CONFIG_DM_KEYBOARD (and SPL/TPL variants) or CONFIG_TEGRA_KEYBOARD set. Signed-off-by: Tom Rini <trini@konsulko.com>