]> Git Repo - linux.git/blob - net/phonet/Makefile
mmc: au1xmmc: force non-modular build and remove symbol_get usage
[linux.git] / net / phonet / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_PHONET) += phonet.o pn_pep.o
3
4 phonet-y := \
5         pn_dev.o \
6         pn_netlink.o \
7         socket.o \
8         datagram.o \
9         sysctl.o \
10         af_phonet.o
11
12 pn_pep-y := pep.o pep-gprs.o
This page took 0.034496 seconds and 4 git commands to generate.