diff options
author | Tzachi Perelstein <tzachi@marvell.com> | 2007-10-23 15:14:42 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 10:03:45 -0500 |
commit | 01af72e4e36fba66cd7cfc2a628efee866c346d1 (patch) | |
tree | 5e2c795f7cfa2ebb876d5244d7126cf8d4fb5896 /arch/arm/mach-orion/Makefile | |
parent | c67de5b3c0bb48ac56f14928e11f1f7d76add26f (diff) |
[ARM] Orion: GPIO support
Signed-off-by: Tzachi Perelstein <tzachi@marvell.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Acked-by: David Brownell <david-b@pacbell.net>
Diffstat (limited to 'arch/arm/mach-orion/Makefile')
-rw-r--r-- | arch/arm/mach-orion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion/Makefile b/arch/arm/mach-orion/Makefile index 1d4b5570067e..d6a6c86faafc 100644 --- a/arch/arm/mach-orion/Makefile +++ b/arch/arm/mach-orion/Makefile | |||
@@ -1 +1 @@ | |||
obj-y += common.o addr-map.o pci.o | obj-y += common.o addr-map.o pci.o gpio.o | ||