diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-06 03:18:44 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 09:10:14 +0100 |
commit | 51022cf6591ae2945960d034788bdeffa28cde13 (patch) | |
tree | 30f85bb15cdd66384018c31cb42c4ba986a68da4 /arch/arm/plat-samsung/Makefile | |
parent | ARM: SAMSUNG: Move IRQ VIC timer handling out to common header files (diff) | |
download | linux-51022cf6591ae2945960d034788bdeffa28cde13.tar.xz linux-51022cf6591ae2945960d034788bdeffa28cde13.zip |
ARM: SAMSUNG: Move IRQ UART handling for newer devices to plat-samsung
Move the handling for the UART interrupts out of the s3c64xx specific
code and into plat-samsung so that it can be used by all implementations
that need it.
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 aa048c7337dd..aeb7e12d1f63 100644 --- a/arch/arm/plat-samsung/Makefile +++ b/arch/arm/plat-samsung/Makefile @@ -17,6 +17,7 @@ obj-y += gpio-config.o obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o +obj-$(CONFIG_SAMSUNG_IRQ_UART) += irq-uart.o obj-$(CONFIG_SAMSUNG_IRQ_VIC_TIMER) += irq-vic-timer.o # devices |