commit | 363330b683bde7ffb97e394860ab61ea51e8778b | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Aug 04 17:09:16 2005 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Aug 04 17:09:16 2005 +0200 |
tree | 2c5d47cd55f487f0504458908d587e9bcd6963a6 | |
parent | c94dea23ebd6eeccdf228b860e5566df087dbf6c [diff] [blame] |
Add support for AMCC Bamboo PPC440EP eval board Patch by Stefan Roese, 04 Aug 2005
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 @@ LIB = lib$(BOARD).a OBJS = $(BOARD).o -#OBJS += flash.o +OBJS += flash.o SOBJS = init.o $(LIB): $(OBJS) $(SOBJS)