sparc: refactored shared/start.S to shared/start/start.S

This commit is contained in:
Daniel Ramirez
2013-12-03 15:21:51 -06:00
committed by Gedare Bloom
parent ebd0844919
commit 3f8abd289b
5 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ SUBDIRS = @RTEMS_BSP_FAMILY@
EXTRA_DIST =
EXTRA_DIST += shared/gnatcommon.c
EXTRA_DIST += shared/start.S
EXTRA_DIST += shared/start/start.S
# Interrupt
EXTRA_DIST += shared/irq/irq-shared.c

View File

@@ -19,7 +19,7 @@ include_HEADERS += include/erc32.h
include_HEADERS += ../../shared/include/coverhd.h
noinst_LIBRARIES = libbspstart.a
libbspstart_a_SOURCES = ../../sparc/shared/start.S
libbspstart_a_SOURCES = ../../sparc/shared/start/start.S
project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds ../shared/startup/linkcmds.base

View File

@@ -36,7 +36,7 @@ include_HEADERS += include/leon.h
include_HEADERS += ../../shared/include/coverhd.h
noinst_LIBRARIES = libbspstart.a
libbspstart_a_SOURCES = ../../sparc/shared/start.S
libbspstart_a_SOURCES = ../../sparc/shared/start/start.S
project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds ../shared/startup/linkcmds.base

View File

@@ -20,7 +20,7 @@ include_HEADERS += include/leon.h
include_HEADERS += ../../shared/include/coverhd.h
noinst_LIBRARIES = libbspstart.a
libbspstart_a_SOURCES = ../../sparc/shared/start.S
libbspstart_a_SOURCES = ../../sparc/shared/start/start.S
project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += ../shared/startup/linkcmds.base