mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
0d279ea699
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
8 lines
142 B
Makefile
8 lines
142 B
Makefile
APPLICATION = driver_adxl345
|
|
include ../Makefile.tests_common
|
|
|
|
USEMODULE += xtimer
|
|
USEMODULE += adxl345
|
|
|
|
include $(RIOTBASE)/Makefile.include
|