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:
Sebastian Huber
2018-04-03 16:24:31 +02:00
parent 1ce7bcb950
commit 671c31fc5d
7 changed files with 4 additions and 7 deletions

View File

@@ -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