summaryrefslogtreecommitdiffstats
path: root/board/eukrea/cpuat91/Makefile
diff options
context:
space:
mode:
authorEric Benard <eric@eukrea.com>2011-04-03 06:35:55 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-04-27 19:38:10 +0200
commit632f8fdf4c4fae8343409be13d5e028cd4eee32d (patch)
tree7b48a340844a1ca4e0cbac22c10e32c9abc9b88b /board/eukrea/cpuat91/Makefile
parent00d10eb0410d2459727307d5eea562247959db2f (diff)
downloadtalos-obmc-uboot-632f8fdf4c4fae8343409be13d5e028cd4eee32d.tar.gz
talos-obmc-uboot-632f8fdf4c4fae8343409be13d5e028cd4eee32d.zip
cpuat91: fix board support
- fix board support following relocation changes - switch to boards.cfg - disable i2c to keep size under 128kiB (1 sector) Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'board/eukrea/cpuat91/Makefile')
-rw-r--r--board/eukrea/cpuat91/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/eukrea/cpuat91/Makefile b/board/eukrea/cpuat91/Makefile
index 15da3d87ab..1d62b13099 100644
--- a/board/eukrea/cpuat91/Makefile
+++ b/board/eukrea/cpuat91/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).o
-COBJS := cpuat91.o
+COBJS := $(BOARD).o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
@@ -38,7 +38,7 @@ clean:
rm -f $(SOBJS) $(OBJS)
distclean: clean
- rm -f $(LIB) core *.bak .depend
+ rm -f $(LIB) core *.bak $(obj).depend
#########################################################################
OpenPOWER on IntegriCloud