mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
drivers/cc110x: declare pseudomodules at driver level
This commit is contained in:
parent
a4e35a467e
commit
a7c979705a
@ -1,2 +1,12 @@
|
|||||||
|
# include variants of CC110X drivers as pseudo modules
|
||||||
|
PSEUDOMODULES += cc1100
|
||||||
|
PSEUDOMODULES += cc1100e
|
||||||
|
PSEUDOMODULES += cc1101
|
||||||
|
|
||||||
|
# use pseudo-module for band selection
|
||||||
|
PSEUDOMODULES += cc110x_433mhz
|
||||||
|
PSEUDOMODULES += cc110x_868mhz
|
||||||
|
PSEUDOMODULES += cc110x_915mhz
|
||||||
|
|
||||||
USEMODULE_INCLUDES_cc110x := $(LAST_MAKEFILEDIR)/include
|
USEMODULE_INCLUDES_cc110x := $(LAST_MAKEFILEDIR)/include
|
||||||
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_cc110x)
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_cc110x)
|
||||||
|
Loading…
Reference in New Issue
Block a user