1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_adt7310/Makefile

15 lines
359 B
Makefile
Raw Normal View History

2015-05-14 15:37:56 +02:00
include ../Makefile.tests_common
USEMODULE += adt7310
USEMODULE += xtimer
2015-05-14 15:37:56 +02:00
# set default device parameters in case they are undefined
TEST_ADT7310_SPI ?= SPI_DEV\(0\)
TEST_ADT7310_CS ?= GPIO_PIN\(0,0\)
# export parameters
CFLAGS += -DTEST_ADT7310_SPI=$(TEST_ADT7310_SPI)
CFLAGS += -DTEST_ADT7310_CS=$(TEST_ADT7310_CS)
2015-05-14 15:37:56 +02:00
include $(RIOTBASE)/Makefile.include