1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 18:32:45 +01:00
RIOT/pkg/nimble/nimble.host.mk
2019-03-06 18:21:52 +01:00

9 lines
199 B
Makefile

MODULE = nimble_host
# xxx: the following files do not compile for RIOT, so we skip them
IGNORE := ble_gatts_lcl.c
SRC := $(filter-out $(IGNORE),$(wildcard *.c))
include $(RIOTBASE)/Makefile.base