mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 07:32:45 +01:00
7 lines
181 B
Makefile
7 lines
181 B
Makefile
|
# This must be a different name than 'board' as it is implemented by 'nrf52840dk'
|
||
|
MODULE = board_nrf52840_ci_eth
|
||
|
|
||
|
DIRS += $(RIOTBOARD)/nrf52840dk
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.base
|