blob: 65d5f247bb6517fed7031ea318fd1c08ab7025e0 [file] [log] [blame]
yu.dongc33b3072024-08-21 23:14:49 -07001# Define source file lists to SRC_LIST
2SRC_LIST = driver/drvtest/common/src/drvtest_common.c \
3 driver/drvtest/common/src/drvtest_dummy.c
4ifeq ($(filter __ARM7EJ_S__, $(strip $(MODULE_DEFS))),)
5 SRC_LIST += driver/drvtest/common/src/drvtest_sm.c
6endif
7
8# Define include path lists to INC_DIR
9INC_DIR = driver/devdrv/common/inc \
10 driver/devdrv/iomux/inc \
11 driver/drvtest/common/inc \
12 driver/sys_drv/cache/inc \
13 driver/sys_drv/cache/inc/$(MD_VER_FOLDER) \
14 driver/sys_drv/init/inc \
15 interface/driver/sys_drv \
16 ./service/sst/include \
17 ./service/sst/include \
18 interface/driver/devdrv/mdipc \
19 driver/devdrv/mdipc/inc \
20 driver/devdrv/gpt/inc \
21 driver/sleep_drv/internal/inc \
22 driver/devdrv/cirq/$(MD_VER_FOLDER)/inc
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/drvtest/common/src
29
30include make/module/driver/ut/drvtest/test.mak
31ifeq ($(strip $(HIF_USB_SUPPORT)),TRUE)
32include make/module/driver/drv_hif.mak
33endif
34-include make/module/driver/peripheral/extern/devdrv/iomux.mak
35include make/module/driver/ut/drvtest/gpt.mak
36-include make/module/driver/ut/drvtest/l2_copro.mak
37include make/module/driver/ut/drvtest/spic.mak
38include make/module/driver/ut/drvtest/nfi.mak
39-include make/module/driver/ut/drvtest/mac_phy_cosim.mak
40-include make/module/driver/ut/drvtest/l2_hw_logging.mak
41include make/module/driver/ut/drvtest/gdma_ps.mak
42include make/module/driver/ut/drvtest/hif.mak
43include make/module/driver/ut/drvtest/usim.mak
44include make/module/driver/ut/drvtest/rstctl.mak
45include make/module/driver/ut/drvtest/cpu.mak
46include make/module/driver/ut/drvtest/coresight.mak
47include make/module/driver/ut/drvtest/gpio.mak
48include make/module/driver/ut/drvtest/eint.mak
49
50include make/module/driver/ut/drvtest/dem.mak
51
52include make/module/driver/ut/drvtest/pfc.mak
53include make/module/driver/ut/drvtest/uart.mak
54include make/module/driver/ut/drvtest/idc.mak
55include make/module/driver/ut/drvtest/stress.mak
56include make/module/driver/ut/drvtest/drvtest_slt.mak
57include make/module/driver/ut/drvtest/mc_drvtest.mak
58include make/module/driver/ut/drvtest/dspfm.mak
59include make/module/driver/ut/drvtest/busmon.mak
60include make/module/driver/ut/drvtest/bsi.mak
61include make/module/driver/ut/drvtest/dormant.mak
62-include make/module/driver/ut/drvtest/ss.mak
63include make/module/driver/ut/drvtest/log_seq.mak
64include make/module/driver/ut/drvtest/bwl.mak
65-include make/module/driver/ut/drvtest/stp.mak
66-include make/module/driver/ut/drvtest/sdf.mak
67include make/module/driver/ut/drvtest/mtad.mak
68include make/module/driver/ut/drvtest/lp.mak
69include make/module/driver/ut/drvtest/sleep_it.mak
70-include make/module/driver/ut/drvtest/scc.mak
71include make/module/driver/ut/drvtest/pcmon.mak
72include make/module/driver/ut/drvtest/ect.mak
73include make/module/driver/ut/drvtest/asm.mak
74include make/module/driver/ut/drvtest/soe.mak
75include make/module/driver/ut/drvtest/lhif.mak
76include make/module/driver/ut/drvtest/dpcopro_at.mak
77-include make/module/driver/ut/drvtest/pcc.mak
78include make/module/driver/ut/drvtest/hifcldma_ap.mak
79include make/module/driver/ut/drvtest/dpmaif.mak
80include make/module/driver/ut/drvtest/mdcirq.mak
81include make/module/driver/peripheral/devdrv_sec.mak
82include make/module/driver/ut/drvtest/dhl_ulsp.mak
83include make/module/driver/ut/drvtest/pcie_at.mak
84include make/module/driver/ut/drvtest/cos.mak
85include make/module/driver/ut/drvtest/cldmadev_drvtest.mak
86include make/module/driver/ut/drvtest/che_drv.mak
87include make/module/driver/ut/drvtest/tia.mak
88
89#CFLAGS += -Werror