diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-21 05:44:11 -0500 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 05:06:31 -0500 |
commit | c974a9e5a3c52f1c61501b22a0b0a278250a6bd1 (patch) | |
tree | ee24ac27dfc10c4f2ae664a07b982c606b8881d7 /arch/cris/arch-v10/drivers/Makefile | |
parent | 4f073eff3fb738dce5ad0d8a3d126e5c09cbfba7 (diff) |
CRIS v10: Add synchronous serial port driver for CRIS v10.
Diffstat (limited to 'arch/cris/arch-v10/drivers/Makefile')
-rw-r--r-- | arch/cris/arch-v10/drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/arch-v10/drivers/Makefile b/arch/cris/arch-v10/drivers/Makefile index 074e10ff4156..44bf2e88c26e 100644 --- a/arch/cris/arch-v10/drivers/Makefile +++ b/arch/cris/arch-v10/drivers/Makefile | |||
@@ -8,4 +8,5 @@ obj-$(CONFIG_ETRAX_I2C_EEPROM) += eeprom.o | |||
8 | obj-$(CONFIG_ETRAX_GPIO) += gpio.o | 8 | obj-$(CONFIG_ETRAX_GPIO) += gpio.o |
9 | obj-$(CONFIG_ETRAX_DS1302) += ds1302.o | 9 | obj-$(CONFIG_ETRAX_DS1302) += ds1302.o |
10 | obj-$(CONFIG_ETRAX_PCF8563) += pcf8563.o | 10 | obj-$(CONFIG_ETRAX_PCF8563) += pcf8563.o |
11 | obj-$(CONFIG_ETRAX_SYNCHRONOUS_SERIAL) += sync_serial.o | ||
11 | 12 | ||