2025-10-13 15:42:15 +08:00
|
|
|
PICOCALCDISPLAY_MOD_DIR := $(USERMOD_DIR)
|
2025-09-19 10:15:16 +08:00
|
|
|
|
|
|
|
|
# Add all C files to SRC_USERMOD.
|
2025-10-13 15:42:15 +08:00
|
|
|
SRC_USERMOD += $(PICOCALCDISPLAY_MOD_DIR)/eigenmath.c\
|
|
|
|
|
$(PICOCALCDISPLAY_MOD_DIR)/eigenmath_mpy.h\
|
|
|
|
|
$(PICOCALCDISPLAY_MOD_DIR)/eheap.c\
|
2025-09-19 10:15:16 +08:00
|
|
|
|
|
|
|
|
# We can add our module folder to include paths if needed
|
|
|
|
|
# This is not actually needed in this example.
|
2025-10-13 15:42:15 +08:00
|
|
|
CFLAGS_USERMOD += -I$(PICOCALCDISPLAY_MOD_DIR)
|