f8ff60283d
This provides support for adding Phonet addresses to and removing Phonet addresses from network devices. Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
6 lines
76 B
Makefile
6 lines
76 B
Makefile
obj-$(CONFIG_PHONET) += phonet.o
|
|
|
|
phonet-objs := \
|
|
pn_dev.o \
|
|
af_phonet.o
|