diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-19 00:54:20 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-30 15:51:22 -0400 |
commit | d5bffeb868d6b4d462f558dac43011027b6644b7 (patch) | |
tree | 081e7dea4b25eecdda4579779761a5ad15d7156a /lib_blackfin/Makefile | |
parent | b86b3416f874358acaf07519e7620cdb2145f75b (diff) | |
download | u-boot-d5bffeb868d6b4d462f558dac43011027b6644b7.tar.gz u-boot-d5bffeb868d6b4d462f558dac43011027b6644b7.tar.xz u-boot-d5bffeb868d6b4d462f558dac43011027b6644b7.zip |
Blackfin: cleanup and overhaul common board init functions
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'lib_blackfin/Makefile')
-rw-r--r-- | lib_blackfin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib_blackfin/Makefile b/lib_blackfin/Makefile index b53cdd6412..36171048ac 100644 --- a/lib_blackfin/Makefile +++ b/lib_blackfin/Makefile @@ -1,7 +1,7 @@ # # U-boot Makefile # -# Copyright (c) 2005-2007 Analog Devices Inc. +# Copyright (c) 2005-2008 Analog Devices Inc. # # (C) Copyright 2000-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. @@ -27,6 +27,8 @@ include $(TOPDIR)/config.mk +CFLAGS += -DBFIN_BOARD_NAME='"$(BOARD)"' + LIB = $(obj)lib$(ARCH).a SOBJS-y += memcmp.o |