xref: /linux/net/packet/Makefile (revision 17afab1de42236ee2f6235f4383cc6f3f13f8a10)
1#
2# Makefile for the packet AF.
3#
4
5obj-$(CONFIG_PACKET) += af_packet.o
6obj-$(CONFIG_PACKET_DIAG) += af_packet_diag.o
7af_packet_diag-y += diag.o
8