Makefile: trivial fixes

SPDX-License should be first line in file.

This Makefile is for bpf-examples not xdp-tools.

Signed-off-by: Jesper Dangaard Brouer <netoptimizer@brouer.com>
This commit is contained in:
Jesper Dangaard Brouer
2021-01-13 17:21:36 +01:00
parent ae7b0948f9
commit cde146eed6

View File

@@ -1,6 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
# Top level Makefile for xdp-tools
# Top level Makefile for bpf-examples
ifeq ("$(origin V)", "command line")
VERBOSE = $(V)