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