mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
pseudomodules: allow defining them in pkg/PKG/Makefile.include
Officially allow packages to define pseudomodules in their Makefile.include as done in the libcose package.
This commit is contained in:
parent
534b0da9a5
commit
a62c8a84dd
@ -131,3 +131,5 @@ NO_PSEUDOMODULES += periph_common
|
||||
PSEUDOMODULES += auto_init_skald
|
||||
PSEUDOMODULES += skald_ibeacon
|
||||
PSEUDOMODULES += skald_eddystone
|
||||
|
||||
# Packages may also add modules to PSEUDOMODULES in their `Makefile.include`.
|
||||
|
Loading…
Reference in New Issue
Block a user