forked from Imagelibrary/rtems
bsp: Move bspstart.c to sh/shared/startup/
This commit is contained in:
committed by
Joel Sherrill
parent
78c4a2f4cf
commit
24d09194b7
@@ -33,7 +33,7 @@ CLEANFILES = scitab.c
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../../shared/bsppredriverhook.c ../shared/bspstart.c \
|
||||
../../shared/bsppredriverhook.c ../shared/startup/bspstart.c \
|
||||
../../shared/bspclean.c ../../shared/bspreset_loop.c \
|
||||
../../shared/bspgetworkarea.c ../../shared/bsppretaskinghook.c \
|
||||
../../shared/sbrk.c ../../shared/bootcard.c ../shared/bsphwinit.c \
|
||||
|
||||
@@ -36,7 +36,7 @@ CLEANFILES = scitab.c
|
||||
# startup
|
||||
libbsp_a_SOURCES += startup/hw_init.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../../shared/bsppredriverhook.c \
|
||||
../shared/bspstart.c ../../shared/bsppretaskinghook.c \
|
||||
../shared/startup/bspstart.c ../../shared/bsppretaskinghook.c \
|
||||
../../shared/bspgetworkarea.c ../../shared/sbrk.c ../../shared/bootcard.c \
|
||||
../../shared/gnatinstallhandler.c ../../shared/bspclean.c \
|
||||
../shared/bsphwinit.c
|
||||
|
||||
@@ -28,7 +28,7 @@ libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../../shared/bsppredriverhook.c ../shared/bspstart.c \
|
||||
../../shared/bsppredriverhook.c ../shared/startup/bspstart.c \
|
||||
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
|
||||
../../shared/bspclean.c ../../shared/sbrk.c ../../shared/bootcard.c \
|
||||
../../shared/gnatinstallhandler.c ../shared/bsphwinit.c
|
||||
|
||||
@@ -27,7 +27,7 @@ libbsp_a_SOURCES =
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../../shared/bsppredriverhook.c ../shared/bspstart.c \
|
||||
../../shared/bsppredriverhook.c ../shared/startup/bspstart.c \
|
||||
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
|
||||
../../shared/bspclean.c ../../shared/sbrk.c ../../shared/bootcard.c \
|
||||
../../shared/gnatinstallhandler.c ../shared/bsphwinit.c
|
||||
|
||||
Reference in New Issue
Block a user