diff options
author | sfking@fdwdc.com <sfking@fdwdc.com> | 2009-06-19 18:11:05 -0700 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-09-10 12:01:22 +1000 |
commit | 9e8ded166dcc7831ee6f31f8a0937cd9b58e83b0 (patch) | |
tree | 1cc871251322ea0c426ed084a5a2fef9906ae74d /arch/m68knommu/platform/5249/Makefile | |
parent | a03ce7d9ef05e145ef706f99e68d5ffacf0ad325 (diff) | |
download | op-kernel-dev-9e8ded166dcc7831ee6f31f8a0937cd9b58e83b0.zip op-kernel-dev-9e8ded166dcc7831ee6f31f8a0937cd9b58e83b0.tar.gz |
generic GPIO support for the Freescale Coldfire 5249.
Add support for the 5249.
Signed-off-by: Steven King <sfking@fdwdc.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/platform/5249/Makefile')
-rw-r--r-- | arch/m68knommu/platform/5249/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/5249/Makefile b/arch/m68knommu/platform/5249/Makefile index a439d9a..113c333 100644 --- a/arch/m68knommu/platform/5249/Makefile +++ b/arch/m68knommu/platform/5249/Makefile @@ -14,5 +14,5 @@ asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 -obj-y := config.o +obj-y := config.o gpio.o |