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

7 wiersze
269 B
Makefile
Executable File

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