zephyr/subsys/net/lib/sockets/Makefile
Paul Sokolovsky 3432ff4fca net: sockets: Bootstrap Sockets API implementation
This adds Kconfig and build infrastructure and implements
zsock_socket() and zsock_close() functions.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-06-28 16:07:55 +03:00

4 lines
89 B
Makefile

ccflags-y += -I$(srctree)/subsys/net/lib/sockets
obj-$(CONFIG_NET_SOCKETS) += sockets.o