mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
cpu/mips32r2_common: only build newlib_syscalls_mips_uhi when needed
This commit is contained in:
parent
1a8bb14acc
commit
c835ddf4e9
@ -1,4 +1,9 @@
|
||||
MODULE = cpu
|
||||
DIRS = periph newlib_syscalls_mips_uhi
|
||||
|
||||
DIRS = periph
|
||||
|
||||
ifneq (,$(filter newlib_syscalls_mips_uhi,$(USEMODULE)))
|
||||
DIRS += newlib_syscalls_mips_uhi
|
||||
endif
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user