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
|