forked from luck/tmp_suning_uos_patched
ba113a94b7
This provides the socket API for the Phonet protocols family. Signed-off-by: Remi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
104 B
Makefile
8 lines
104 B
Makefile
obj-$(CONFIG_PHONET) += phonet.o
|
|
|
|
phonet-objs := \
|
|
pn_dev.o \
|
|
pn_netlink.o \
|
|
socket.o \
|
|
af_phonet.o
|