mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
199 B
Makefile
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
|