mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8485c535d5
Only include its headers. Without this change board_init would be defined twice. Once in `boards/waspmote-pro/board.c` and the other time `boards/common/atmega/board.c`.
4 lines
50 B
Makefile
4 lines
50 B
Makefile
MODULE = board
|
|
|
|
include $(RIOTBASE)/Makefile.base
|