/usr/src/linux-headers-3.13.0-27/net/phonet/Makefile is in linux-headers-3.13.0-27 3.13.0-27.50.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | obj-$(CONFIG_PHONET) += phonet.o pn_pep.o
phonet-y := \
pn_dev.o \
pn_netlink.o \
socket.o \
datagram.o \
sysctl.o \
af_phonet.o
pn_pep-y := pep.o pep-gprs.o
|