summaryrefslogtreecommitdiffstats
path: root/board/tqc
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-10-17 20:38:52 +0900
committerTom Rini <trini@ti.com>2013-10-31 13:26:44 -0400
commit9c3f0bc5eec6a660927e9f3ab5408d6b3e6e43ae (patch)
tree83c17c24becd6f18982d246bf04e42441fbfbcb0 /board/tqc
parentac7e73532242ce350764d8aa8dcddcbd47c0fb71 (diff)
downloadblackbird-obmc-uboot-9c3f0bc5eec6a660927e9f3ab5408d6b3e6e43ae.tar.gz
blackbird-obmc-uboot-9c3f0bc5eec6a660927e9f3ab5408d6b3e6e43ae.zip
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/tqc')
-rw-r--r--board/tqc/tqm8xx/u-boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/tqc/tqm8xx/u-boot.lds b/board/tqc/tqm8xx/u-boot.lds
index 1d905e9421..cbfc94f57e 100644
--- a/board/tqc/tqm8xx/u-boot.lds
+++ b/board/tqc/tqm8xx/u-boot.lds
@@ -23,8 +23,8 @@ SECTIONS
board/tqc/tqm8xx/libtqm8xx.o (.text*)
disk/libdisk.o (.text*)
drivers/net/libnet.o (.text*)
- drivers/pcmcia/libpcmcia.o (.text.pcmcia_on)
- drivers/pcmcia/libpcmcia.o (.text.pcmcia_hardware_enable)
+ drivers/libdrivers.o (.text.pcmcia_on)
+ drivers/libdrivers.o (.text.pcmcia_hardware_enable)
. = DEFINED(env_offset) ? env_offset : .;
common/env_embedded.o (.ppcenv*)
OpenPOWER on IntegriCloud