virtex4: Move start.S to virtex4/start/start.S

This commit is contained in:
Daniel Ramirez
2013-12-06 16:42:25 -06:00
committed by Gedare Bloom
parent a4d673914f
commit ab1733b8e0
2 changed files with 1 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ libbsp_a_SOURCES = startup/bspclean.c \
../shared/src/memcpy.c
# start
libbsp_a_SOURCES += startup/start.S
libbsp_a_SOURCES += start/start.S
# console
libbsp_a_SOURCES += startup/dummy_console.c \