This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
8c8052497d
zephyr
/
net
/
yaip
/
Makefile
5 lines
74 B
Makefile
Raw
Normal View
History
Unescape
Escape
net: Initial commit for the new IP stack This is a placeholder that compiles but does nothing else. Change-Id: I9689fa26eb13bc23d29940938f7b3c11f32b2ff1 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-04-29 20:52:09 +08:00
ccflags-y
+=
-I
${
srctree
}
/net/ip
net: Add nbuf buffer API User should use the net_nbuf API that is supporting a concept of RX, TX and DATA buffers, instead of using directly the net_buf low level API. Change-Id: I3b8f5f13cd37d42d2322a58b35573e117d520c54 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-05-09 19:12:14 +08:00
obj-y
=
net_core.o
\
net: Enable compilation of net_if.c Change-Id: Icae9d7222b7b41539ff6e4e7d3c8916c5a3ec5f5 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-05-09 20:47:01 +08:00
net_if.o
\
net: Add nbuf buffer API User should use the net_nbuf API that is supporting a concept of RX, TX and DATA buffers, instead of using directly the net_buf low level API. Change-Id: I3b8f5f13cd37d42d2322a58b35573e117d520c54 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-05-09 19:12:14 +08:00
nbuf.o