aboutsummaryrefslogtreecommitdiff
path: root/net/phonet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/phonet/Makefile')
-rw-r--r--net/phonet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/phonet/Makefile b/net/phonet/Makefile
index d62bbba649b..e10b1b182ce 100644
--- a/net/phonet/Makefile
+++ b/net/phonet/Makefile
@@ -1,6 +1,6 @@
obj-$(CONFIG_PHONET) += phonet.o pn_pep.o
-phonet-objs := \
+phonet-y := \
pn_dev.o \
pn_netlink.o \
socket.o \
@@ -8,4 +8,4 @@ phonet-objs := \
sysctl.o \
af_phonet.o
-pn_pep-objs := pep.o pep-gprs.o
+pn_pep-y := pep.o pep-gprs.o