diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2007-12-07 01:25:38 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2007-12-07 01:25:38 +0900 |
commit | 29592ecba3b932b9b152bcec6c0c0806412db4a3 (patch) | |
tree | d90d95bdc95b90202f2de65fc62df81875185d93 /drivers/serial/Makefile | |
parent | 749ae4c6970549321895de744fb5ac6d383c1b46 (diff) | |
download | u-boot-imx-29592ecba3b932b9b152bcec6c0c0806412db4a3.zip u-boot-imx-29592ecba3b932b9b152bcec6c0c0806412db4a3.tar.gz u-boot-imx-29592ecba3b932b9b152bcec6c0c0806412db4a3.tar.bz2 |
sh: Moved driver of the SuperH dependence
The composition of the directory in the drivers/ changed.
I moved SuperH serial driver and marubun PCMCIA driver.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'drivers/serial/Makefile')
-rw-r--r-- | drivers/serial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile index 735c630..ee2b780 100644 --- a/drivers/serial/Makefile +++ b/drivers/serial/Makefile @@ -35,6 +35,7 @@ COBJS-y += serial_max3100.o COBJS-y += serial_pl010.o COBJS-y += serial_pl011.o COBJS-y += serial_xuartlite.o +COBJS-y += serial_sh.o COBJS-y += usbtty.o COBJS := $(COBJS-y) |