summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/cpu/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-04-03 04:40:46 -0400
committerMike Frysinger <vapier@gentoo.org>2011-04-13 15:56:51 -0400
commita972b8d701814317be2b8bcca4103f37bcbb467c (patch)
treef4de82746e7225b8c1cf1faf0306b718d5827302 /arch/blackfin/cpu/Makefile
parentc3d2a17c1eba2b4c1621ee7550ae4ea7446bfc39 (diff)
downloadtalos-obmc-uboot-a972b8d701814317be2b8bcca4103f37bcbb467c.tar.gz
talos-obmc-uboot-a972b8d701814317be2b8bcca4103f37bcbb467c.zip
gpio: generalize for all generic gpio providers
The Blackfin gpio command isn't terribly Blackfin-specific. So generalize the few pieces into two new optional helpers: name_to_gpio() - turn a string name into a GPIO # gpio_status() - display current pin bindings (think /proc/gpio) Once these pieces are pulled out, we can relocate the cmd_gpio.c into the common directory. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/cpu/Makefile')
-rw-r--r--arch/blackfin/cpu/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/cpu/Makefile b/arch/blackfin/cpu/Makefile
index 4a9e577a87..df10f1bc65 100644
--- a/arch/blackfin/cpu/Makefile
+++ b/arch/blackfin/cpu/Makefile
@@ -18,7 +18,6 @@ CEXTRA := initcode.o
SEXTRA := start.o
SOBJS := interrupt.o cache.o
COBJS-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount.o
-COBJS-$(CONFIG_CMD_GPIO) += cmd_gpio.o
COBJS-y += cpu.o
COBJS-y += gpio.o
COBJS-y += interrupts.o
OpenPOWER on IntegriCloud