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

cpu/cc26xx_cc13xx: move dependencies to Makefile.dep

This commit is contained in:
Alexandre Abadie 2019-12-07 17:11:02 +01:00
parent 6d46621610
commit 1ae5a08ec7
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
4 changed files with 3 additions and 1 deletions

1
cpu/cc13x2/Makefile.dep Normal file
View File

@ -0,0 +1 @@
include ${RIOTCPU}/cc26xx_cc13xx/Makefile.dep

1
cpu/cc26x0/Makefile.dep Normal file
View File

@ -0,0 +1 @@
include ${RIOTCPU}/cc26xx_cc13xx/Makefile.dep

View File

@ -0,0 +1 @@
USEMODULE += periph_common cc26xx_cc13xx_periph

View File

@ -1,5 +1,4 @@
VARIANT = $(shell echo $(CPU_VARIANT) | tr 'a-z-' 'A-Z_')
CFLAGS += -DCPU_VARIANT_$(VARIANT)
USEMODULE += periph_common cc26xx_cc13xx_periph
INCLUDES += -I${RIOTCPU}/cc26xx_cc13xx/include