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

This commit is contained in:
Daniel Ramirez
2013-12-06 20:30:27 -05:00
committed by Gedare Bloom
parent a4d673914f
commit ab1733b8e0
2 changed files with 1 additions and 1 deletions
+1 -1
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 \