Skip to content

Commit

Permalink
Fix error in libs.mk when building for NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
lorne-maxim committed Oct 25, 2024
1 parent 8b51c1f commit cf150cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Libraries/libs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,13 @@ ifneq ($(DEV_LIB_NFC),1)
# Add to include directory list
IPATH += $(LIB_NFC_PCD_PBM_DIR)/include
PROJ_LDFLAGS += -L$(LIB_NFC_PCD_PBM_DIR)
PROJ_LIBS += nfc_pcd_pbm_$(LIBRARY_VARIANT)
PROJ_LIBS += nfc_pcd_pbm_$(MFLOAT_ABI)

# Add to include directory list
IPATH += $(LIB_NFC_PCD_RF_DRIVER_DIR)/include
IPATH += $(LIB_NFC_PCD_RF_DRIVER_DIR)/include/nfc
PROJ_LDFLAGS += -L$(LIB_NFC_PCD_RF_DRIVER_DIR)
PROJ_LIBS += nfc_pcd_rf_driver_MAX32570_$(LIBRARY_VARIANT)
PROJ_LIBS += nfc_pcd_rf_driver_MAX32570_$(MFLOAT_ABI)

else
# Development setup (DEV_LIB_NFC=1) for building libraries
Expand Down

0 comments on commit cf150cd

Please sign in to comment.