mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
e297a71e8c
In CPU definitions we should not be explicilty naming peripheral modules to use via USEMODULE (one should use FEATURES_PROVIDED instead). Plus add missing cpu_init() and periph_init() methods. This commit removes periph_hwrng support from the pic32mx cpu builds as pic32mx does not have hwrng only pic32mz does.
9 lines
209 B
Makefile
9 lines
209 B
Makefile
include $(RIOTCPU)/mips32r2_common/Makefile.include
|
|
|
|
export INCLUDES += -I$(RIOTCPU)/mips_pic32_common/include
|
|
|
|
USEMODULE += mips_pic32_common
|
|
USEMODULE += mips_pic32_common_periph
|
|
|
|
USEMODULE += periph_common
|