diff options
author | sfking@fdwdc.com <sfking@fdwdc.com> | 2009-06-19 21:11:00 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-09-09 22:01:22 -0400 |
commit | af39bb8b07af83b579c90c09ba3943123cdb4132 (patch) | |
tree | 8c1965a7a7d6ba09344549410e3ee476af8ffb1d /arch/m68knommu/platform/coldfire/Makefile | |
parent | 74fca6a42863ffacaf7ba6f1936a9f228950f657 (diff) |
core generic GPIO support for Freescale Coldfire processors.
This adds the basic infrastructure used by all of the different Coldfire CPUs.
Signed-off-by: Steven King <sfking@fdwdc.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/platform/coldfire/Makefile')
-rw-r--r-- | arch/m68knommu/platform/coldfire/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68knommu/platform/coldfire/Makefile b/arch/m68knommu/platform/coldfire/Makefile index 1bcb9372353f..2667323c7fee 100644 --- a/arch/m68knommu/platform/coldfire/Makefile +++ b/arch/m68knommu/platform/coldfire/Makefile | |||
@@ -27,4 +27,5 @@ obj-$(CONFIG_M5307) += timers.o | |||
27 | obj-$(CONFIG_M532x) += timers.o | 27 | obj-$(CONFIG_M532x) += timers.o |
28 | obj-$(CONFIG_M5407) += timers.o | 28 | obj-$(CONFIG_M5407) += timers.o |
29 | 29 | ||
30 | obj-y += pinmux.o gpio.o | ||
30 | extra-y := head.o | 31 | extra-y := head.o |