diff options
Diffstat (limited to 'net/phonet/Makefile')
-rw-r--r-- | net/phonet/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/phonet/Makefile b/net/phonet/Makefile new file mode 100644 index 0000000..ae9c3ed --- /dev/null +++ b/net/phonet/Makefile @@ -0,0 +1,9 @@ +obj-$(CONFIG_PHONET) += phonet.o + +phonet-objs := \ + pn_dev.o \ + pn_netlink.o \ + socket.o \ + datagram.o \ + sysctl.o \ + af_phonet.o |