1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/ble/bluetil/Makefile
Hauke Petersen 23abc89675 net/ble: add generic BLE helper module (bluetil)
So far, the helper module only contains functions for AD
(advertising data) processing
2018-12-07 18:13:53 +01:00

4 lines
76 B
Makefile

DIRS += $(filter bluetil_%,$(USEMODULE))
include $(RIOTBASE)/Makefile.base