summaryrefslogtreecommitdiff
path: root/board/amcc/bamboo/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-05 23:55:19 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-05 23:55:19 +0200
commitd56019c0eed08632c2b1f828ca9e0b22d6151414 (patch)
tree8b0b6e6a0030b0946f8ccf543e025683c44cd36f /board/amcc/bamboo/Makefile
parentb4f15fdaf77b7339e2984703c83269c7cdf680a9 (diff)
parent17f50f22bc3f2d17258523f2ef3074e6ce1f7ffa (diff)
downloadu-boot-imx-d56019c0eed08632c2b1f828ca9e0b22d6151414.zip
u-boot-imx-d56019c0eed08632c2b1f828ca9e0b22d6151414.tar.gz
u-boot-imx-d56019c0eed08632c2b1f828ca9e0b22d6151414.tar.bz2
Merge with /home/sr/git/u-boot
Diffstat (limited to 'board/amcc/bamboo/Makefile')
-rw-r--r--board/amcc/bamboo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/bamboo/Makefile b/board/amcc/bamboo/Makefile
index 0b97906..5654f91 100644
--- a/board/amcc/bamboo/Makefile
+++ b/board/amcc/bamboo/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
OBJS = $(BOARD).o
-#OBJS += flash.o
+OBJS += flash.o
SOBJS = init.o
$(LIB): $(OBJS) $(SOBJS)