1
0
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:
Gaëtan Harter 2018-04-23 15:23:18 +02:00
parent 534b0da9a5
commit a62c8a84dd
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -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`.