mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
199 B
Makefile
6 lines
199 B
Makefile
# interrupt variant of the ITG320X driver as pseudo module
|
|
PSEUDOMODULES += itg320x_int
|
|
|
|
USEMODULE_INCLUDES_itg320x := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_itg320x)
|