diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-12 01:15:28 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-18 19:23:50 -0500 |
commit | 0a6361316d6493b9dcbdda9a6a4586c3ccbfd008 (patch) | |
tree | 67cf139b9538677b886dbc10c14b635107eb4294 /arch/arm/plat-samsung/Makefile | |
parent | 0f61628e37e121b7786bff2653fc25a321e82ec4 (diff) |
ARM: SAMSUNG: Make UART device code common
Move s3c24xx_uart_devs, s3c24xx_uart_src and the platform devices to a
common entry in plat-samsung since they are the same in all the current
implementations.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-samsung/Makefile')
-rw-r--r-- | arch/arm/plat-samsung/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile index aeb7e12d1f63..f834e42d95da 100644 --- a/arch/arm/plat-samsung/Makefile +++ b/arch/arm/plat-samsung/Makefile | |||
@@ -28,6 +28,7 @@ obj-$(CONFIG_S3C_DEV_HSMMC2) += dev-hsmmc2.o | |||
28 | obj-y += dev-i2c0.o | 28 | obj-y += dev-i2c0.o |
29 | obj-$(CONFIG_S3C_DEV_I2C1) += dev-i2c1.o | 29 | obj-$(CONFIG_S3C_DEV_I2C1) += dev-i2c1.o |
30 | obj-$(CONFIG_S3C_DEV_FB) += dev-fb.o | 30 | obj-$(CONFIG_S3C_DEV_FB) += dev-fb.o |
31 | obj-y += dev-uart.o | ||
31 | obj-$(CONFIG_S3C_DEV_USB_HOST) += dev-usb.o | 32 | obj-$(CONFIG_S3C_DEV_USB_HOST) += dev-usb.o |
32 | obj-$(CONFIG_S3C_DEV_USB_HSOTG) += dev-usb-hsotg.o | 33 | obj-$(CONFIG_S3C_DEV_USB_HSOTG) += dev-usb-hsotg.o |
33 | obj-$(CONFIG_S3C_DEV_NAND) += dev-nand.o | 34 | obj-$(CONFIG_S3C_DEV_NAND) += dev-nand.o |