1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00
RIOT/Makefile.pseudomodules

16 lines
456 B
Makefile
Raw Normal View History

PSEUDOMODULES += ng_netif_default
2015-08-07 14:36:04 +02:00
PSEUDOMODULES += ieee802154
PSEUDOMODULES += ng_ipv6_default
2015-03-03 22:20:21 +01:00
PSEUDOMODULES += ng_ipv6_router
PSEUDOMODULES += ng_ipv6_router_default
PSEUDOMODULES += pktqueue
PSEUDOMODULES += ng_pktbuf
2015-04-22 11:54:24 +02:00
PSEUDOMODULES += newlib
PSEUDOMODULES += ng_sixlowpan_default
2015-02-25 16:31:03 +01:00
PSEUDOMODULES += log
PSEUDOMODULES += log_printfnoformat
# include variants of the AT86RF2xx drivers as pseudo modules
PSEUDOMODULES += at86rf23%
PSEUDOMODULES += at86rf21%