diff --git a/ble/Makefile b/ble/Makefile
index d302eacd114b78571329d216128ddea38743bf75..f9236fa2a0aeaa970a3519c75c3aa198e11b7345 100644
--- a/ble/Makefile
+++ b/ble/Makefile
@@ -67,8 +67,8 @@ endif
 
 # This is the path to the CMSIS root directory
 ifeq "$(MAXIM_PATH)" ""
-LIBS_DIR=../sdk/Libraries
-NDALIBS_DIR=../sdk/NDALibraries
+LIBS_DIR=../lib/sdk/Libraries
+NDALIBS_DIR=../lib/sdk/NDALibraries
 else
 LIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/Libraries)
 NDALIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/NDALibraries)