forked from Lora-net/SWSD006
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsx128x.mk
36 lines (28 loc) · 1.27 KB
/
sx128x.mk
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
##############################################################################
# Definitions for the SX128x tranceiver
##############################################################################
-include makefiles/options.mk
TARGET = sx128x
RADIO_DRIVER_C_SOURCES += \
smtc_modem_core/radio_drivers/sx128x_driver/src/sx128x.c
SMTC_RAL_C_SOURCES += \
smtc_modem_core/smtc_ral/src/ral_sx128x.c
SMTC_RALF_C_SOURCES += \
smtc_modem_core/smtc_ralf/src/ralf_sx128x.c
LR1MAC_C_SOURCES += \
smtc_modem_core/lr1mac/src/smtc_real/src/region_ww2g4.c
SMTC_MODEM_CRYPTO_C_SOURCES += \
smtc_modem_core/smtc_modem_crypto/soft_secure_element/aes.c\
smtc_modem_core/smtc_modem_crypto/soft_secure_element/cmac.c\
smtc_modem_core/smtc_modem_crypto/soft_secure_element/soft_se.c
#-----------------------------------------------------------------------------
# Includes
#-----------------------------------------------------------------------------
LBM_C_INCLUDES = \
-Ismtc_modem_core/radio_drivers/sx128x_driver/src\
-Ismtc_modem_core/smtc_modem_crypto/soft_secure_element
#-----------------------------------------------------------------------------
# Radio specific compilation flags
#-----------------------------------------------------------------------------
LBM_C_DEFS += \
-DSX128X