diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-10-17 20:38:52 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-10-31 13:26:44 -0400 |
commit | 9c3f0bc5eec6a660927e9f3ab5408d6b3e6e43ae (patch) | |
tree | 83c17c24becd6f18982d246bf04e42441fbfbcb0 /board/LEOX/elpt860 | |
parent | ac7e73532242ce350764d8aa8dcddcbd47c0fb71 (diff) | |
download | u-boot-imx-9c3f0bc5eec6a660927e9f3ab5408d6b3e6e43ae.zip u-boot-imx-9c3f0bc5eec6a660927e9f3ab5408d6b3e6e43ae.tar.gz u-boot-imx-9c3f0bc5eec6a660927e9f3ab5408d6b3e6e43ae.tar.bz2 |
drivers: move some drivers to drivers/Makefile
This commit moves some drivers subdirectory entry
from the toplevel Makefile to drivers/Makefile
using Kbuild descending feature.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/LEOX/elpt860')
-rw-r--r-- | board/LEOX/elpt860/u-boot.lds | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/LEOX/elpt860/u-boot.lds b/board/LEOX/elpt860/u-boot.lds index f9c2beb..b30b667 100644 --- a/board/LEOX/elpt860/u-boot.lds +++ b/board/LEOX/elpt860/u-boot.lds @@ -34,7 +34,6 @@ SECTIONS arch/powerpc/cpu/mpc8xx/libmpc8xx.o (.text*) board/LEOX/elpt860/libelpt860.o (.text*) arch/powerpc/lib/libpowerpc.o (.text*) -/* drivers/rtc/librtc.o (.text*) */ . = env_offset; common/env_embedded.o (.text*) |