This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
49ebf55b0d
RIOT
/
boards
/
native
/
Makefile.dep
4 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
make: introduce netif_default pseudomodule Additionally the dependencies for GNRC specific modules are centralized in Makefile.dep.
2016-03-22 16:41:51 +01:00
i
f
n
e
q
(
,
$(
filter
netdev_default
gnrc_netdev_default
,
$
(
USEMODULE
)
)
)
sys: net: replace dev_eth with netdev2, adapt native tap driver
2015-08-21 16:08:43 +02:00
USEMODULE
+=
netdev2_tap
board/native: adapted Makefile.dep for netif init The new network stack does not now the concept of the defaulttransceiver, so this fix makes auto_init_ng_netif work for now.
2015-06-04 14:15:28 +02:00
e
n
d
i
f
Copy Permalink