PICOCALCDISPLAY_MOD_DIR := $(USERMOD_DIR) # Add all C files to SRC_USERMOD. SRC_USERMOD += $(PICOCALCDISPLAY_MOD_DIR)/eigenmath.c\ $(PICOCALCDISPLAY_MOD_DIR)/eigenmath_mpy.h\ $(PICOCALCDISPLAY_MOD_DIR)/eheap.c\ # We can add our module folder to include paths if needed # This is not actually needed in this example. CFLAGS_USERMOD += -I$(PICOCALCDISPLAY_MOD_DIR)