mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
7 lines
184 B
Makefile
7 lines
184 B
Makefile
|
# This must be a different name than 'board' as it is implemented by 'esp32s3-devkit'
|
||
|
MODULE = board_esp32s3-ci
|
||
|
|
||
|
DIRS += $(RIOTBOARD)/esp32s3-devkit
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.base
|