mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
b0d20fa603
Use RIOT Makefile.base when possible or explictly set files to build in a module
6 lines
76 B
Makefile
6 lines
76 B
Makefile
MODULE = ble_common
|
|
|
|
SRC = ble_advdata.c
|
|
|
|
include $(RIOTBASE)/Makefile.base
|