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:
parent
6d46621610
commit
1ae5a08ec7
1
cpu/cc13x2/Makefile.dep
Normal file
1
cpu/cc13x2/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
include ${RIOTCPU}/cc26xx_cc13xx/Makefile.dep
|
1
cpu/cc26x0/Makefile.dep
Normal file
1
cpu/cc26x0/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
include ${RIOTCPU}/cc26xx_cc13xx/Makefile.dep
|
1
cpu/cc26xx_cc13xx/Makefile.dep
Normal file
1
cpu/cc26xx_cc13xx/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
USEMODULE += periph_common cc26xx_cc13xx_periph
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user