Rename jtag_driver.c as driver.c to remove duplicate name component.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2175 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
zwelch 2009-06-09 12:47:49 +00:00
parent 9d19468502
commit b8034bd9ee
2 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ endif
if MINIDRIVER
DRIVERFILES = $(MINIDUMMYFILES)
else
DRIVERFILES = jtag_driver.c commands.c
DRIVERFILES = driver.c commands.c
endif
if AT91RM9200