diff options
Diffstat (limited to 'net/packet/Makefile')
-rw-r--r-- | net/packet/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/packet/Makefile b/net/packet/Makefile new file mode 100644 index 00000000000..81183eabfde --- /dev/null +++ b/net/packet/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the packet AF. +# + +obj-$(CONFIG_PACKET) += af_packet.o |