1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/esp-idf/rmt/Makefile
2023-03-29 00:47:35 +02:00

16 lines
314 B
Makefile

MODULE = esp_idf_rmt
# source files to be compiled for this module
ESP32_SDK_SRC = \
components/driver/rmt.c \
components/soc/$(CPU_FAM)/rmt_periph.c \
components/hal/rmt_hal.c \
#
include $(RIOTBASE)/Makefile.base
ESP32_SDK_BIN = $(BINDIR)/$(MODULE)
include ../esp_idf.mk
include ../esp_idf_cflags.mk