diff options
Diffstat (limited to 'net/phonet/Makefile')
-rw-r--r-- | net/phonet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/phonet/Makefile b/net/phonet/Makefile index ae9c3ed5be83..505df2a04a85 100644 --- a/net/phonet/Makefile +++ b/net/phonet/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | obj-$(CONFIG_PHONET) += phonet.o | 1 | obj-$(CONFIG_PHONET) += phonet.o pn_pep.o |
2 | 2 | ||
3 | phonet-objs := \ | 3 | phonet-objs := \ |
4 | pn_dev.o \ | 4 | pn_dev.o \ |
@@ -7,3 +7,5 @@ phonet-objs := \ | |||
7 | datagram.o \ | 7 | datagram.o \ |
8 | sysctl.o \ | 8 | sysctl.o \ |
9 | af_phonet.o | 9 | af_phonet.o |
10 | |||
11 | pn_pep-objs := pep.o | ||