Messages in this thread Patch in this message |  | | | Date | Fri, 1 Feb 2008 17:31:58 +1000 | | From | Greg Ungerer <> | | Subject | [M68KNOMMU]: build support for new ColdFire serial driver | |
Add build support for new ColdFire serial driver.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
---
--- linux-2.6.24/drivers/serial/Makefile 2008-01-25 08:58:37.000000000 +1000
+++ linux-2.6.24.1/drivers/serial/Makefile 2008-01-30 21:33:00.000000000 +1000
@@ -39,6 +39,7 @@
obj-$(CONFIG_SERIAL_68328) += 68328serial.o
obj-$(CONFIG_SERIAL_68360) += 68360serial.o
obj-$(CONFIG_SERIAL_COLDFIRE) += mcfserial.o
+obj-$(CONFIG_SERIAL_MCF) += mcf.o
obj-$(CONFIG_V850E_UART) += v850e_uart.o
obj-$(CONFIG_SERIAL_PMACZILOG) += pmac_zilog.o
obj-$(CONFIG_SERIAL_LH7A40X) += serial_lh7a40x.o
|  |