pimoroni-pico/micropython/modules/pico_display/micropython.mk

7 wiersze
265 B
Makefile
Executable File

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