]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Move drivers/i2c/ into drivers/Makefile
authorSimon Glass <sjg@chromium.org>
Sun, 11 Jul 2021 03:14:37 +0000 (21:14 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 28 Jul 2021 18:29:37 +0000 (14:29 -0400)
commit4b497e2430ba08bc20c04f5714d28f7c4461f672
tree3065b9346139a0f30bc3f9e77f1ee27e8fba3fdd
parent35d8188d47f4571f40222d4540ab5140a9a60600
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>
Makefile
drivers/Makefile