1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/nordic_softdevice_ble/ble_common.mk
Alexandre Abadie b0d20fa603
pkg/nordic_softdevice_ble: don't alter archive before building
Use RIOT Makefile.base when possible or explictly set files to build in a module
2020-06-14 21:36:13 +02:00

6 lines
76 B
Makefile

MODULE = ble_common
SRC = ble_advdata.c
include $(RIOTBASE)/Makefile.base