mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
4e72d1733a
This adds esp board clones for compile testing
7 lines
186 B
Makefile
7 lines
186 B
Makefile
# This must be a different name than 'board' as it is implemented by 'esp32-wrover-kit'
|
|
MODULE = board_esp32-ci
|
|
|
|
DIRS += $(RIOTBOARD)/esp32-wrover-kit
|
|
|
|
include $(RIOTBASE)/Makefile.base
|