]> git.sur5r.net Git - u-boot/blobdiff - lib_blackfin/Makefile
Big white-space cleanup.
[u-boot] / lib_blackfin / Makefile
index b53cdd6412ffc506db44743753937d35525f1696..3f69770d678fd15bdb4be0f96091a4640b89d3bd 100644 (file)
@@ -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
@@ -42,7 +44,7 @@ COBJS-y       += post.o
 COBJS-y        += string.o
 COBJS-y        += tests.o
 
-SRCS   := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
+SRCS   := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
 
 $(LIB):        $(obj).depend $(OBJS)