diff options
author | Simon Glass <sjg@chromium.org> | 2021-08-08 12:20:22 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-04 12:26:02 -0400 |
commit | 39f09140a1aa6d8f5575c73661aa002a1d87ef54 (patch) | |
tree | 6a2a4fc15dd6451a5f009480383f6deac2edb57e /Makefile | |
parent | a7ebc6925b43c9488c421218cbbcb243e6420720 (diff) | |
download | u-boot-39f09140a1aa6d8f5575c73661aa002a1d87ef54.zip u-boot-39f09140a1aa6d8f5575c73661aa002a1d87ef54.tar.gz u-boot-39f09140a1aa6d8f5575c73661aa002a1d87ef54.tar.bz2 |
Makefile: Move drivers/dma/ into drivers/Makefile
This rule should not be in the top-level Makefile. Move it, making use
of the new LEGACY_DMA Kconfig.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -813,7 +813,6 @@ libs-y += fs/ libs-y += net/ libs-y += disk/ libs-y += drivers/ -libs-y += drivers/dma/ libs-y += drivers/gpio/ libs-y += drivers/net/ libs-y += drivers/net/phy/ |