| #######################################################################
|
| # tty #
|
| #######################################################################
|
| # Define source file lists to SRC_LIST
|
| SRC_LIST = driver/tty/src/dcl_tty.c |
|
|
| ifneq ($(filter __TTY_UT__, $(strip $(MODULE_DEFS))),)
|
| SRC_LIST += driver/tty/src/tty_ut.c |
| endif
|
|
|
| ifneq ($(filter __EXCEPT_TTY_UT__, $(strip $(MODULE_DEFS))),)
|
| SRC_LIST += driver/tty/src/excp_tty_ut.c |
| endif
|
|
|
| ifneq ($(filter ATEST_SYS_TTYCORE, $(strip $(MODULE_DEFS))),)
|
| SRC_LIST += driver/tty/src/tty_unit_test.c
|
| endif
|
|
|
| # Define include path lists to INC_DIR
|
| INC_DIR = driver/tty/inc \ |
| driver/devdrv/common/inc \ |
| interface/protocol/l2_utility/flc2_v2 |
|
|
| # Define the specified compile options to COMP_DEFS
|
| COMP_DEFS =
|
|
|
| # Define the source file search paths to SRC_PATH
|
| SRC_PATH = driver/tty/src |
|
|
| #fdr_reorg
|
| INC_DIR += interface/service/sbp \
|
| interface/protocol/as_c2k/common \
|
| custom/protocol/common/ps |