forked from Imagelibrary/rtems
libbsp: refactored sparc/shared/bspgetworkarea.c to sparc/shared/startup/bspgetworkarea.c
* refactored sparc/shared/bspgetworkarea.c to sparc/shared/startup/bspgetworkarea.c
This commit is contained in:
committed by
Gedare Bloom
parent
b4e83061e3
commit
b9287a15aa
@@ -29,7 +29,7 @@ libbsp_a_SOURCES =
|
|||||||
|
|
||||||
# startup
|
# startup
|
||||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||||
startup/bsppredriver.c ../../sparc/shared/bspgetworkarea.c \
|
startup/bsppredriver.c ../../sparc/shared/startup/bspgetworkarea.c \
|
||||||
../../sparc/shared/bsppretaskinghook.c ../../shared/bsppost.c \
|
../../sparc/shared/bsppretaskinghook.c ../../shared/bsppost.c \
|
||||||
../../shared/bspstart.c ../../shared/bootcard.c ../../shared/bspinit.c \
|
../../shared/bspstart.c ../../shared/bootcard.c ../../shared/bspinit.c \
|
||||||
../../shared/sbrk.c startup/setvec.c startup/spurious.c \
|
../../shared/sbrk.c startup/setvec.c startup/spurious.c \
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ libbsp_a_SOURCES =
|
|||||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||||
../../shared/bsppost.c startup/bsppredriver.c \
|
../../shared/bsppost.c startup/bsppredriver.c \
|
||||||
startup/bspstart.c ../../sparc/shared/bsppretaskinghook.c \
|
startup/bspstart.c ../../sparc/shared/bsppretaskinghook.c \
|
||||||
../../sparc/shared/bspgetworkarea.c ../../shared/bootcard.c \
|
../../sparc/shared/startup/bspgetworkarea.c ../../shared/bootcard.c \
|
||||||
../../shared/sbrk.c startup/setvec.c startup/spurious.c startup/bspidle.c \
|
../../shared/sbrk.c startup/setvec.c startup/spurious.c startup/bspidle.c \
|
||||||
../../shared/bspinit.c startup/bspdelay.c \
|
../../shared/bspinit.c startup/bspdelay.c \
|
||||||
../../sparc/shared/startup/early_malloc.c
|
../../sparc/shared/startup/early_malloc.c
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ libbsp_a_SOURCES =
|
|||||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||||
../../shared/bsppost.c ../../shared/bootcard.c startup/bspstart.c \
|
../../shared/bsppost.c ../../shared/bootcard.c startup/bspstart.c \
|
||||||
../../sparc/shared/bsppretaskinghook.c startup/bsppredriver.c \
|
../../sparc/shared/bsppretaskinghook.c startup/bsppredriver.c \
|
||||||
../../sparc/shared/bspgetworkarea.c ../../shared/sbrk.c startup/setvec.c \
|
../../sparc/shared/startup/bspgetworkarea.c ../../shared/sbrk.c startup/setvec.c \
|
||||||
startup/spurious.c startup/bspidle.S startup/bspdelay.c \
|
startup/spurious.c startup/bspidle.S startup/bspdelay.c \
|
||||||
../../shared/bspinit.c ../../sparc/shared/startup/early_malloc.c
|
../../shared/bspinit.c ../../sparc/shared/startup/early_malloc.c
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user