aboutsummaryrefslogtreecommitdiff
path: root/board/davinci/schmoogie
diff options
context:
space:
mode:
authorHugo Villeneuve <hugo.villeneuve@lyrtech.com>2008-08-27 21:35:52 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-30 23:18:55 +0200
commit89d51d022a63be1a851eda983c8cbce1a044f65f (patch)
tree65d0bd5a315e47a791ca213b99eb6f1a7375a921 /board/davinci/schmoogie
parent264bbdd11d01f14f5ea4629556ae63b00b13402d (diff)
ARM DaVinci: Standardize names of directories/files
ARM DaVinci: Standardize names of directories/files. Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/davinci/schmoogie')
-rw-r--r--board/davinci/schmoogie/Makefile2
-rw-r--r--board/davinci/schmoogie/schmoogie.c (renamed from board/davinci/schmoogie/dv_board.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/board/davinci/schmoogie/Makefile b/board/davinci/schmoogie/Makefile
index 579efe262..fb31ee42b 100644
--- a/board/davinci/schmoogie/Makefile
+++ b/board/davinci/schmoogie/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := dv_board.o
+COBJS := $(BOARD).o
SOBJS := board_init.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
diff --git a/board/davinci/schmoogie/dv_board.c b/board/davinci/schmoogie/schmoogie.c
index 99fd32629..99fd32629 100644
--- a/board/davinci/schmoogie/dv_board.c
+++ b/board/davinci/schmoogie/schmoogie.c