-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfile_list_samples.mk
More file actions
32 lines (27 loc) · 828 Bytes
/
file_list_samples.mk
File metadata and controls
32 lines (27 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
HAL_SAMPLE_SOURCES = \
$(HAL_TOP)/samples/dummy_plat_services.c \
$(HAL_TOP)/samples/crypto.c \
$(HAL_TOP)/samples/msg_ipc.c \
$(HAL_TOP)/samples/udma_fast.c \
$(HAL_TOP)/samples/eth.c \
$(HAL_TOP)/samples/serdes_avg_init.c \
$(HAL_TOP)/samples/serdes_snps_init.c \
$(HAL_TOP)/samples/thermal_sensor.c \
$(HAL_TOP)/samples/pmdt.c \
HAL_SAMPLE_TESTS += \
$(HAL_TOP)/samples/dummy_plat.c \
$(HAL_TOP)/samples/pbs.c \
$(HAL_TOP)/samples/unit_adapter.c \
$(HAL_TOP)/samples/vt_sensor.c \
$(HAL_TOP)/samples/fast_crypto.c \
ifeq ($(AL_DEV_ID),AL_DEV_ID_ALPINE_V2)
HAL_SAMPLE_TESTS += $(HAL_TOP)/samples/tdm.c
endif
ifeq ($(AL_DEV_ID),AL_DEV_ID_ALPINE_V3)
ifeq ($(AL_DEV_REV_ID),1)
HAL_SAMPLE_TESTS += \
$(HAL_TOP)/samples/tdm.c \
$(HAL_TOP)/samples/pmdt_service.c \
$(HAL_TOP)/samples/eth_v4_lm.c \
endif
endif