diff options
author | sfking@fdwdc.com <sfking@fdwdc.com> | 2009-06-19 18:11:01 -0700 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-09-10 12:01:22 +1000 |
commit | bc25b057fa0a0e4754b7e2524c509874649d11ae (patch) | |
tree | 40770e923309ff514def91e8e9adcd6d71c4f81b /arch/m68knommu/platform/5206/Makefile | |
parent | af39bb8b07af83b579c90c09ba3943123cdb4132 (diff) |
generic GPIO support for the Freescale Coldfire 5206.
Add support for the 5206.
Signed-off-by: Steven King <sfking@fdwdc.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/platform/5206/Makefile')
-rw-r--r-- | arch/m68knommu/platform/5206/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/5206/Makefile b/arch/m68knommu/platform/5206/Makefile index a439d9ab3f27..113c33390064 100644 --- a/arch/m68knommu/platform/5206/Makefile +++ b/arch/m68knommu/platform/5206/Makefile @@ -14,5 +14,5 @@ asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 -obj-y := config.o +obj-y := config.o gpio.o |