mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 11:52:44 +01:00
15 lines
284 B
Makefile
15 lines
284 B
Makefile
|
MODULE = esp_idf_gpio
|
||
|
|
||
|
# source files to be compiled for this module
|
||
|
ESP32_SDK_SRC = \
|
||
|
components/driver/gpio.c \
|
||
|
components/soc/$(CPU)/gpio_periph.c \
|
||
|
#
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.base
|
||
|
|
||
|
ESP32_SDK_BIN = $(BINDIR)/$(MODULE)
|
||
|
|
||
|
include ../esp_idf.mk
|
||
|
include ../esp_idf_cflags.mk
|