We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9349c commit 2ec3f4eCopy full SHA for 2ec3f4e
1 file changed
Libraries/libs.mk
@@ -45,7 +45,12 @@ PROJ_CFLAGS += -DLIB_BOARD
45
# in this case we want to avoid building with mismatched BSPs.
46
export BOARD
47
export BSP_SEARCH_DIR
48
+ifeq "$(MAXIM_PATH)" ""
49
+$(warning Warning: MAXIM_PATH is not set! Unable to find the MiscDrivers directory.)
50
+else
51
include $(BOARD_DIR)/board.mk
52
+endif
53
+
54
endif
55
# ************************
56
0 commit comments