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

9 lines
199 B
Makefile
Raw Normal View History

2018-05-24 11:36:20 +02:00
MODULE = nimble_host
2019-02-22 13:55:16 +01:00
# xxx: the following files do not compile for RIOT, so we skip them
IGNORE := ble_gatts_lcl.c
SRC := $(filter-out $(IGNORE),$(wildcard *.c))
2018-05-24 11:36:20 +02:00
include $(RIOTBASE)/Makefile.base