1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 15:31:17 +01:00

Merge pull request #13093 from aabadie/pr/drivers/itg320x_cleanup

drivers/itg320x: small build system cleanup
This commit is contained in:
benpicco 2020-01-11 20:53:24 +01:00 committed by GitHub
commit be0a24e532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -280,6 +280,7 @@ endif
ifneq (,$(filter itg320x,$(USEMODULE)))
FEATURES_REQUIRED += periph_i2c
USEMODULE += xtimer
endif
ifneq (,$(filter jc42,$(USEMODULE)))

View File

@ -1,3 +1 @@
MODULE = itg320x
include $(RIOTBASE)/Makefile.base