Add portable NFC module
This commit is contained in:
18
nfc/module.mk
Normal file
18
nfc/module.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
# Optional integration fragment for projects that use the Quectel platform
|
||||
# adapter. Include this file from an application Makefile after setting
|
||||
# NFC_MODULE_ROOT if the default relative path does not fit.
|
||||
|
||||
NFC_MODULE_ROOT ?= ../portable_modules/nfc
|
||||
|
||||
SRC_FILES += \
|
||||
$(NFC_MODULE_ROOT)/src/nfc_service.c \
|
||||
$(NFC_MODULE_ROOT)/src/nfc_dp1312ea.c \
|
||||
$(NFC_MODULE_ROOT)/src/nfc_ntag213.c \
|
||||
$(NFC_MODULE_ROOT)/platform/quectel/nfc_platform_ql.c \
|
||||
$(NFC_MODULE_ROOT)/vendor/dp1312ea/LPCD.c \
|
||||
$(NFC_MODULE_ROOT)/vendor/dp1312ea/TypeA.c
|
||||
|
||||
INC_DIRS += \
|
||||
-I$(NFC_MODULE_ROOT)/include \
|
||||
-I$(NFC_MODULE_ROOT)/src \
|
||||
-I$(NFC_MODULE_ROOT)/vendor/dp1312ea
|
||||
Reference in New Issue
Block a user