diff options
Diffstat (limited to 'net/psample/Makefile')
-rw-r--r-- | net/psample/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/psample/Makefile b/net/psample/Makefile new file mode 100644 index 000000000..a04367b9e --- /dev/null +++ b/net/psample/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Makefile for the psample netlink channel +# + +obj-$(CONFIG_PSAMPLE) += psample.o |