summaryrefslogtreecommitdiff
path: root/cpu/arm926ejs/at91/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-03-21 21:08:00 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-03-22 13:22:08 +0100
commita484b00b86e72ac6da6ee4fce13dbc6b256672fe (patch)
tree1fe551e8728c6c9246fe23687b175aa8a505111b /cpu/arm926ejs/at91/Makefile
parent7ebafb7ec1a0285af8380623c009576f92583b98 (diff)
downloadu-boot-imx-a484b00b86e72ac6da6ee4fce13dbc6b256672fe.zip
u-boot-imx-a484b00b86e72ac6da6ee4fce13dbc6b256672fe.tar.gz
u-boot-imx-a484b00b86e72ac6da6ee4fce13dbc6b256672fe.tar.bz2
at91sam9/at91cap: move common led management to cpu
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/arm926ejs/at91/Makefile')
-rw-r--r--cpu/arm926ejs/at91/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm926ejs/at91/Makefile b/cpu/arm926ejs/at91/Makefile
index e547ab5..95bb59d 100644
--- a/cpu/arm926ejs/at91/Makefile
+++ b/cpu/arm926ejs/at91/Makefile
@@ -45,6 +45,7 @@ ifdef CONFIG_AT91SAM9RL
COBJS-y += at91sam9rl_serial.o
COBJS-$(CONFIG_HAS_DATAFLASH) += at91sam9rl_spi.o
endif
+COBJS-$(CONFIG_AT91_LED) += led.o
COBJS-$(CONFIG_HAS_DATAFLASH) += spi.o
COBJS-y += timer.o
COBJS-y += usb.o