alistair23-linux/net/phonet/Makefile
Remi Denis-Courmont 8fb397406f Phonet: Netlink interface
This provides support for configuring Phonet addresses, notifying
Phonet configuration changes, and dumping the configuration.

Signed-off-by: Remi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-09-22 20:04:30 -07:00

7 lines
92 B
Makefile

obj-$(CONFIG_PHONET) += phonet.o
phonet-objs := \
pn_dev.o \
pn_netlink.o \
af_phonet.o