forked from Imagelibrary/rtems
sparc: refactored shared/start.S to shared/start/start.S
This commit is contained in:
committed by
Gedare Bloom
parent
ebd0844919
commit
3f8abd289b
@@ -6,7 +6,7 @@ SUBDIRS = @RTEMS_BSP_FAMILY@
|
|||||||
EXTRA_DIST =
|
EXTRA_DIST =
|
||||||
|
|
||||||
EXTRA_DIST += shared/gnatcommon.c
|
EXTRA_DIST += shared/gnatcommon.c
|
||||||
EXTRA_DIST += shared/start.S
|
EXTRA_DIST += shared/start/start.S
|
||||||
|
|
||||||
# Interrupt
|
# Interrupt
|
||||||
EXTRA_DIST += shared/irq/irq-shared.c
|
EXTRA_DIST += shared/irq/irq-shared.c
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ include_HEADERS += include/erc32.h
|
|||||||
include_HEADERS += ../../shared/include/coverhd.h
|
include_HEADERS += ../../shared/include/coverhd.h
|
||||||
|
|
||||||
noinst_LIBRARIES = libbspstart.a
|
noinst_LIBRARIES = libbspstart.a
|
||||||
libbspstart_a_SOURCES = ../../sparc/shared/start.S
|
libbspstart_a_SOURCES = ../../sparc/shared/start/start.S
|
||||||
project_lib_DATA = start.$(OBJEXT)
|
project_lib_DATA = start.$(OBJEXT)
|
||||||
|
|
||||||
dist_project_lib_DATA += startup/linkcmds ../shared/startup/linkcmds.base
|
dist_project_lib_DATA += startup/linkcmds ../shared/startup/linkcmds.base
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ include_HEADERS += include/leon.h
|
|||||||
include_HEADERS += ../../shared/include/coverhd.h
|
include_HEADERS += ../../shared/include/coverhd.h
|
||||||
|
|
||||||
noinst_LIBRARIES = libbspstart.a
|
noinst_LIBRARIES = libbspstart.a
|
||||||
libbspstart_a_SOURCES = ../../sparc/shared/start.S
|
libbspstart_a_SOURCES = ../../sparc/shared/start/start.S
|
||||||
project_lib_DATA = start.$(OBJEXT)
|
project_lib_DATA = start.$(OBJEXT)
|
||||||
|
|
||||||
dist_project_lib_DATA += startup/linkcmds ../shared/startup/linkcmds.base
|
dist_project_lib_DATA += startup/linkcmds ../shared/startup/linkcmds.base
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ include_HEADERS += include/leon.h
|
|||||||
include_HEADERS += ../../shared/include/coverhd.h
|
include_HEADERS += ../../shared/include/coverhd.h
|
||||||
|
|
||||||
noinst_LIBRARIES = libbspstart.a
|
noinst_LIBRARIES = libbspstart.a
|
||||||
libbspstart_a_SOURCES = ../../sparc/shared/start.S
|
libbspstart_a_SOURCES = ../../sparc/shared/start/start.S
|
||||||
project_lib_DATA = start.$(OBJEXT)
|
project_lib_DATA = start.$(OBJEXT)
|
||||||
|
|
||||||
dist_project_lib_DATA += ../shared/startup/linkcmds.base
|
dist_project_lib_DATA += ../shared/startup/linkcmds.base
|
||||||
|
|||||||
Reference in New Issue
Block a user