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
81298abfb4
zephyr
/
net
/
yaip
/
Makefile
3 lines
61 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 generic network interface header This will be used by the new network stack to relate a device to actual network context, and used in the different layers (mac, ip ...). Change-Id: I30c08fa975314544c36b71636fd9653d562891b3 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-05-02 15:02:04 +08:00
obj-y
=
net_core.o net_if.o