This website requires JavaScript.
Explore
Help
Sign In
android
/
android_kernel_xiaomi_sm8450
Watch
1
Star
0
Fork
0
You've already forked android_kernel_xiaomi_sm8450
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
android_kernel_xiaomi_sm8450
/
net
/
phonet
/
Makefile
7 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
Phonet: add CONFIG_PHONET Signed-off-by: Remi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2008-09-22 20:03:00 -07:00
obj-$(CONFIG_PHONET)
+=
phonet.o
phonet-objs
:=
\
Phonet: network device and address handling 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>
2008-09-22 20:03:44 -07:00
pn_dev.o
\
Phonet: Netlink interface This provides support for configuring Phonet addresses, notifying Phonet configuration changes, and dumping the configuration. Signed-off-by: Remi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2008-09-22 20:04:30 -07:00
pn_netlink.o
\
Phonet: add CONFIG_PHONET Signed-off-by: Remi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2008-09-22 20:03:00 -07:00
af_phonet.o
Reference in New Issue
Copy Permalink