This adds Kconfig and build infrastructure and implements zsock_socket() and zsock_close() functions. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
4 lines
89 B
Makefile
4 lines
89 B
Makefile
ccflags-y += -I$(srctree)/subsys/net/lib/sockets
|
|
|
|
obj-$(CONFIG_NET_SOCKETS) += sockets.o
|