mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 05:36:24 +00:00
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>
5 lines
76 B
Makefile
5 lines
76 B
Makefile
obj-$(CONFIG_PHONET) += phonet.o
|
|
|
|
phonet-objs := \
|
|
pn_dev.o \
|
|
af_phonet.o
|