diff options
Diffstat (limited to 'net/packet/Makefile')
-rw-r--r-- | net/packet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/packet/Makefile b/net/packet/Makefile index 81183eabfdec..9df61347a3c3 100644 --- a/net/packet/Makefile +++ b/net/packet/Makefile @@ -3,3 +3,5 @@ # obj-$(CONFIG_PACKET) += af_packet.o +obj-$(CONFIG_PACKET_DIAG) += af_packet_diag.o +af_packet_diag-y += diag.o |