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

pkg/gecko_sdk: move dependency handling in Makefile.dep

This commit is contained in:
Alexandre Abadie 2019-11-18 08:56:51 +01:00
parent aa8d8a8731
commit d88042d92a
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 2 additions and 3 deletions

View File

@ -0,0 +1,2 @@
USEMODULE += gecko_sdk_emlib
USEMODULE += gecko_sdk_emlib_extra

View File

@ -1,5 +1,2 @@
INCLUDES += -I$(PKGDIRBASE)/gecko_sdk/dist/emlib/inc
INCLUDES += -I$(PKGDIRBASE)/gecko_sdk/dist/emlib-extra/inc
USEMODULE += gecko_sdk_emlib
USEMODULE += gecko_sdk_emlib_extra