diff options
author | Björn Töpel <bjorn.topel@intel.com> | 2018-05-18 14:00:22 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-05-18 16:07:02 +0200 |
commit | 54b85c27fea4ce2be32a69bc2357847fe0367c64 (patch) | |
tree | 4c6824f4b51e47b3e050ce3f5014c6da4d71f8e3 /net | |
parent | dac09149d992995adbef0f472093fbb6940a8653 (diff) | |
download | talos-op-linux-54b85c27fea4ce2be32a69bc2357847fe0367c64.tar.gz talos-op-linux-54b85c27fea4ce2be32a69bc2357847fe0367c64.zip |
xsk: remove newline at end of file
Minor cleanup, remove newline at end of Makefile.
Signed-off-by: Björn Töpel <bjorn.topel@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/xdp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/xdp/Makefile b/net/xdp/Makefile index 074fb2b2d51c..04f073146256 100644 --- a/net/xdp/Makefile +++ b/net/xdp/Makefile @@ -1,2 +1 @@ obj-$(CONFIG_XDP_SOCKETS) += xsk.o xdp_umem.o xsk_queue.o - |