c05564c4d8
Android 13
8 lines
144 B
Makefile
Executable file
8 lines
144 B
Makefile
Executable file
#
|
|
# Makefile for the packet AF.
|
|
#
|
|
|
|
obj-$(CONFIG_PACKET) += af_packet.o
|
|
obj-$(CONFIG_PACKET_DIAG) += af_packet_diag.o
|
|
af_packet_diag-y += diag.o
|