forked from Imagelibrary/rtems
bsps: Move uart-output-char.c to bsps
This patch is a part of the BSP source reorganization. Update #3285.
This commit is contained in:
@@ -46,7 +46,7 @@ librtemsbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
|||||||
librtemsbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
librtemsbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||||
librtemsbsp_a_SOURCES += ../../shared/sbrk.c
|
librtemsbsp_a_SOURCES += ../../shared/sbrk.c
|
||||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/stackalloc.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/stackalloc.c
|
||||||
librtemsbsp_a_SOURCES += ../../shared/src/uart-output-char.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/serial/uart-output-char.c
|
||||||
|
|
||||||
# Startup
|
# Startup
|
||||||
librtemsbsp_a_SOURCES += ../shared/startup/bsp-start-memcpy.S
|
librtemsbsp_a_SOURCES += ../shared/startup/bsp-start-memcpy.S
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ librtemsbsp_a_SOURCES += ../../shared/bspgetworkarea.c
|
|||||||
librtemsbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
librtemsbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
||||||
librtemsbsp_a_SOURCES += ../../shared/sbrk.c
|
librtemsbsp_a_SOURCES += ../../shared/sbrk.c
|
||||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/stackalloc.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/stackalloc.c
|
||||||
librtemsbsp_a_SOURCES += ../../shared/src/uart-output-char.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/serial/uart-output-char.c
|
||||||
librtemsbsp_a_SOURCES += ../../shared/cpucounterdiff.c
|
librtemsbsp_a_SOURCES += ../../shared/cpucounterdiff.c
|
||||||
|
|
||||||
# Startup
|
# Startup
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ librtemsbsp_a_SOURCES += ../../shared/bsppredriverhook.c
|
|||||||
librtemsbsp_a_SOURCES += ../../shared/cpucounterdiff.c
|
librtemsbsp_a_SOURCES += ../../shared/cpucounterdiff.c
|
||||||
librtemsbsp_a_SOURCES += ../../shared/sbrk.c
|
librtemsbsp_a_SOURCES += ../../shared/sbrk.c
|
||||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/stackalloc.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/stackalloc.c
|
||||||
librtemsbsp_a_SOURCES += ../../shared/src/uart-output-char.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/serial/uart-output-char.c
|
||||||
librtemsbsp_a_SOURCES += ../shared/startup/bsp-start-memcpy.S
|
librtemsbsp_a_SOURCES += ../shared/startup/bsp-start-memcpy.S
|
||||||
librtemsbsp_a_SOURCES += ../shared/arm-cp15-set-ttb-entries.c
|
librtemsbsp_a_SOURCES += ../shared/arm-cp15-set-ttb-entries.c
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user