commit | 2ae0a008dc75d187c309ff6bfdb99be1d8988d48 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 10 21:14:37 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 28 14:29:37 2021 -0400 |
tree | 3065b9346139a0f30bc3f9e77f1ee27e8fba3fdd | |
parent | bccfc2ee099ae1bc8781fc002ea462e12ca10e36 [diff] |
Makefile: Move drivers/i2c/ into drivers/Makefile This rule should not be in the top-level Makefile. Now that we have a consistent set of I2C Kconfigs for U-Boot proper, SPL and TPL, we can move it. Make use of the existing SPL/TPL rule in drivers/Makefile instead. Signed-off-by: Simon Glass <sjg@chromium.org>