Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
375 B
Makefile
Raw Normal View History

2025-10-13 15:42:15 +08:00
PICOCALCDISPLAY_MOD_DIR := $(USERMOD_DIR)
# 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\
# 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)