diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-04-17 14:24:26 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2012-05-20 21:21:55 +1000 |
commit | 24d4502632d0f87ab356754f4915293fccaded5b (patch) | |
tree | 2b9fa5d9e6ea62efd01e05463b0f3b565bc55e5d /arch/m68k/platform/5307/Makefile | |
parent | e774921c17b07ed5635bae06d24d067fe0dcfac1 (diff) |
m68knommu: simplify the ColdFire 5307 GPIO struct setup
The GPIO data struct setup is now the only remaining code in the platform
gpio.c file. So move it to the platform config.c code and remove the gpio.c
file.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Steven King <sfking@fdwdc.com>
Diffstat (limited to 'arch/m68k/platform/5307/Makefile')
-rw-r--r-- | arch/m68k/platform/5307/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/platform/5307/Makefile b/arch/m68k/platform/5307/Makefile index d4293b791f2..fd08186a173 100644 --- a/arch/m68k/platform/5307/Makefile +++ b/arch/m68k/platform/5307/Makefile @@ -14,7 +14,7 @@ asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 -obj-y += config.o gpio.o +obj-y += config.o obj-$(CONFIG_NETtel) += nettel.o obj-$(CONFIG_CLEOPATRA) += nettel.o |