mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
211 B
Makefile
8 lines
211 B
Makefile
# variants of TI ADCXX1C
|
|
PSEUDOMODULES += adc081c
|
|
PSEUDOMODULES += adc101c
|
|
PSEUDOMODULES += adc121c
|
|
|
|
USEMODULE_INCLUDES_adcxx1c := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_adcxx1c)
|