aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-10 21:14:37 -0600
committerTom Rini <trini@konsulko.com>2021-07-28 14:29:37 -0400
commit537892065ac1428a48193d4b0fa7bf827e8d0d44 (patch)
tree3065b9346139a0f30bc3f9e77f1ee27e8fba3fdd /Makefile
parent975e7cf301b9641517a1173e2a1047ac0ed20daf (diff)
downloadu-boot-537892065ac1428a48193d4b0fa7bf827e8d0d44.zip
u-boot-537892065ac1428a48193d4b0fa7bf827e8d0d44.tar.gz
u-boot-537892065ac1428a48193d4b0fa7bf827e8d0d44.tar.bz2
Makefile: Move drivers/i2c/ into drivers/MakefileWIP/2021-07-28-build-improvements
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f386ed..b4ae66b 100644
--- a/Makefile
+++ b/Makefile
@@ -815,7 +815,6 @@ libs-y += disk/
libs-y += drivers/
libs-y += drivers/dma/
libs-y += drivers/gpio/
-libs-y += drivers/i2c/
libs-y += drivers/net/
libs-y += drivers/net/phy/
libs-y += drivers/power/ \