blob: 4913a73b1c753f0bf4d00a6c9f8ddb8f682e47b9 [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001#######################################################################
2# tty #
3#######################################################################
4# Define source file lists to SRC_LIST
5SRC_LIST = driver/tty/src/dcl_tty.c
6
7ifneq ($(filter __TTY_UT__, $(strip $(MODULE_DEFS))),)
8 SRC_LIST += driver/tty/src/tty_ut.c
9endif
10
11ifneq ($(filter __EXCEPT_TTY_UT__, $(strip $(MODULE_DEFS))),)
12 SRC_LIST += driver/tty/src/excp_tty_ut.c
13endif
14
15ifneq ($(filter ATEST_SYS_TTYCORE, $(strip $(MODULE_DEFS))),)
16 SRC_LIST += driver/tty/src/tty_unit_test.c
17endif
18
19# Define include path lists to INC_DIR
20INC_DIR = driver/tty/inc \
21 driver/devdrv/common/inc \
22 interface/protocol/l2_utility/flc2_v2
23
24# Define the specified compile options to COMP_DEFS
25COMP_DEFS =
26
27# Define the source file search paths to SRC_PATH
28SRC_PATH = driver/tty/src
29
30#fdr_reorg
31INC_DIR += interface/service/sbp \
32 interface/protocol/as_c2k/common \
33 custom/protocol/common/ps