1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/mynewt-core/mynewt-core_os.mk

16 lines
220 B
Makefile
Raw Normal View History

2021-07-05 14:30:19 +02:00
MODULE = mynewt-core_os
SRC := \
endian.c \
os_mbuf.c \
os_mempool.c \
os_msys.c \
os_cputime_pwr2.c \
#
ifneq (,$(filter nrf51 nrf52,$(CPU)))
2021-07-05 14:30:19 +02:00
SRC += os_cputime.c
endif
include $(RIOTBASE)/Makefile.base