diff options
author | sfking@fdwdc.com <sfking@fdwdc.com> | 2009-06-20 05:11:08 +0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-09-10 06:01:23 +0400 |
commit | 6da6e63c96f5fc8a92b6d1d6f12c2bf998588ffe (patch) | |
tree | 0245cc03353af24b2c84ac7f8d394ba257592861 /arch/m68knommu/platform/528x/Makefile | |
parent | 316f2c483c32e9385329303258d12e6e33892af5 (diff) | |
download | linux-6da6e63c96f5fc8a92b6d1d6f12c2bf998588ffe.tar.xz |
generic GPIO support for the Freescale Coldfire 528x.
Add support for the 528x.
Signed-off-by: Steven King <sfking@fdwdc.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/platform/528x/Makefile')
-rw-r--r-- | arch/m68knommu/platform/528x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/528x/Makefile b/arch/m68knommu/platform/528x/Makefile index 26135d92b34d..3d90e6d92459 100644 --- a/arch/m68knommu/platform/528x/Makefile +++ b/arch/m68knommu/platform/528x/Makefile @@ -14,5 +14,5 @@ asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 -obj-y := config.o +obj-y := config.o gpio.o |