diff options
author | Wolfgang Denk <wd@denx.de> | 2011-04-20 22:57:35 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-04-20 22:57:35 +0200 |
commit | 9dd5dad88777a7c6a63f8c103706b57364a135f4 (patch) | |
tree | 20af70ec3c451858855478e720498be0b5a800a4 /arch/blackfin/cpu/Makefile | |
parent | d7eb184af828ebde3834af2a0d54421fd1a57f63 (diff) | |
parent | 6801201ee72795dddb1e23aa6091c95866b19e0b (diff) | |
download | u-boot-imx-9dd5dad88777a7c6a63f8c103706b57364a135f4.zip u-boot-imx-9dd5dad88777a7c6a63f8c103706b57364a135f4.tar.gz u-boot-imx-9dd5dad88777a7c6a63f8c103706b57364a135f4.tar.bz2 |
Merge branch 'misc' of git://git.denx.de/u-boot-blackfin
Diffstat (limited to 'arch/blackfin/cpu/Makefile')
-rw-r--r-- | arch/blackfin/cpu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/cpu/Makefile b/arch/blackfin/cpu/Makefile index 4a9e577..df10f1b 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 |