drv.mak
1.38 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Define source file lists to SRC_LIST
SRC_LIST = drv\src\bf.c \
drv\src\e_compass_sensor.c \
drv\src\e_compass_main.c \
drv\src\sim_msdc_test.c \
drv\src\BC_drv.c \
hal\system\fota\src\fue_emmc_adapt.c
ifneq ($(filter __CARD_DOWNLOAD__, $(strip $(MODULE_DEFS))),)
SRC_LIST += drv\src\cdl.c
endif
ifneq ($(filter __FOTA_DM__, $(strip $(MODULE_DEFS))),)
SRC_LIST += drv\src\fota_partial.c
endif
# Define include path lists to INC_DIR
INC_DIR = drv\include \
interface\hal\connectivity\usb_driver \
hal\connectivity\usb_driver\inc \
hal\bluetooth\btif\include \
hal\storage\flash\mtd\inc \
hal\storage\flash\fdm\inc \
hal\storage\mc\inc \
usb\include \
inc \
sst\include \
media\image\include \
dp_engine\che \
applib\misc\include \
ssf\inc \
vendor\hp_fota\UA \
irda\inc \
hal\mm_comm\inc \
hal\mdp\include \
hal\drv_def \
interface\hal \
interface\hal\mm_comm \
interface\hal\video \
interface\hal\system \
hal\system\regbase\inc \
hal\system\dma\inc \
hal\system\counter\inc \
hal\peripheral\inc
# Define the specified compile options to COMP_DEFS
COMP_DEFS = APCS_INTWORK