Skip to content

Commit

Permalink
Merge pull request #1242 from analogdevicesinc/fix/nfc-lib-mk
Browse files Browse the repository at this point in the history
Fix error in libs.mk when building for NFC
  • Loading branch information
lorne-maxim authored Oct 25, 2024
2 parents 8b51c1f + cf150cd commit 11bca58
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 11bca58

Please sign in to comment.