summaryrefslogtreecommitdiffstats
path: root/arch/m68k/platform/523x/Makefile
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2012-04-17 14:16:16 +1000
committerGreg Ungerer <gerg@uclinux.org>2012-05-20 21:21:50 +1000
commit045f8c4af4f8cdfddf00a2482573d638cbc7a863 (patch)
tree70466d44d558c92944abb18f440942c71e9ec5f7 /arch/m68k/platform/523x/Makefile
parenta10cf320d84ab2df0b7c12ace86b0620cfadabb1 (diff)
downloadop-kernel-dev-045f8c4af4f8cdfddf00a2482573d638cbc7a863.zip
op-kernel-dev-045f8c4af4f8cdfddf00a2482573d638cbc7a863.tar.gz
m68knommu: simplify the ColdFire 523x 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/523x/Makefile')
-rw-r--r--arch/m68k/platform/523x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/platform/523x/Makefile b/arch/m68k/platform/523x/Makefile
index c04b8f7..e74be69 100644
--- a/arch/m68k/platform/523x/Makefile
+++ b/arch/m68k/platform/523x/Makefile
@@ -14,4 +14,4 @@
asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
-obj-y := config.o gpio.o
+obj-y := config.o
OpenPOWER on IntegriCloud