commit | ae0f77a80aa85dbd7a4b85923e31001e2afae321 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 10 21:14:37 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 26 13:33:46 2021 -0400 |
tree | 87f1c124cdbfd8359ae00531b33ca8a10000a2ee | |
parent | 1d85c3aaa600588f7fa9344f2b8bf512985e63d3 [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>