1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/ble/skald/Makefile
2019-03-26 21:37:35 +01:00

12 lines
209 B
Makefile

SRC = skald.c
ifneq (,$(filter skald_ibeacon,$(USEMODULE)))
SRC += skald_ibeacon.c
endif
ifneq (,$(filter skald_eddystone,$(USEMODULE)))
SRC += skald_eddystone.c
endif
include $(RIOTBASE)/Makefile.base