forked from Imagelibrary/rtems
bsp: Move umon support to bsps
The umon support is only used by the csb337 BSP. This patch is a part of the BSP source reorganization. Update #3285.
This commit is contained in:
@@ -8,9 +8,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
|||||||
if ENABLE_LCD
|
if ENABLE_LCD
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if ENABLE_UMON
|
|
||||||
endif
|
|
||||||
|
|
||||||
DISTCLEANFILES = include/bspopts.h
|
DISTCLEANFILES = include/bspopts.h
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
|
||||||
@@ -61,12 +58,12 @@ libbsp_a_SOURCES += console/sed1356.c console/fbcons.c
|
|||||||
endif
|
endif
|
||||||
# umon
|
# umon
|
||||||
if ENABLE_UMON
|
if ENABLE_UMON
|
||||||
libbsp_a_SOURCES += ../../shared/umon/umonrtemsglue.c \
|
libbsp_a_SOURCES += ../../../../../../bsps/arm/csb337/umon/monlib.c
|
||||||
../../shared/umon/monlib.c ../../shared/umon/tfsDriver.c \
|
libbsp_a_SOURCES += ../../../../../../bsps/arm/csb337/umon/tfsDriver.c
|
||||||
../../shared/umon/umoncons.c startup/umonsupp.c
|
libbsp_a_SOURCES += ../../../../../../bsps/arm/csb337/umon/umonrtemsglue.c
|
||||||
endif
|
endif
|
||||||
if ENABLE_UMON_CONSOLE
|
if ENABLE_UMON_CONSOLE
|
||||||
libbsp_a_SOURCES += ../../shared/umon/umoncons.c
|
libbsp_a_SOURCES += ../../../../../../bsps/arm/csb337/umon/umoncons.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Cache
|
# Cache
|
||||||
|
|||||||
Reference in New Issue
Block a user