diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-06-02 04:34:49 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-05 05:30:07 -0400 |
commit | c5530555f82f6fbaf51656e9ba10e295d3c5f195 (patch) | |
tree | 4ab43198bd54949c9defa91b1cf5ab2ccf02b7cf /arch/blackfin/cpu/Makefile | |
parent | 4638b21f2ebc3781def51e82fb4e425a468f2e49 (diff) | |
download | u-boot-c5530555f82f6fbaf51656e9ba10e295d3c5f195.tar.gz |
Blackfin: unify custom gpio commands
Now that we have a unified gpio layer, the misc partial gpio commands
can be unified and made complete (support all possible gpios).
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/cpu/Makefile')
-rw-r--r-- | arch/blackfin/cpu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/cpu/Makefile b/arch/blackfin/cpu/Makefile index 91797c798f..b7f991dea0 100644 --- a/arch/blackfin/cpu/Makefile +++ b/arch/blackfin/cpu/Makefile @@ -18,6 +18,7 @@ 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 |