Makefile: add licence header

After consultation with current maintainers and with the original author
of the Makefile add SPDX header, describing the licence for the file.

Cc: Colin Walters <walters@verbum.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
This commit is contained in:
Dmitry Baryshkov 2025-12-02 21:52:55 +02:00 committed by Josh Boyer
parent 536cc58d9d
commit 1d02df5c1a

View file

@ -1,3 +1,5 @@
# SPDX-License-Identifier: CC0-1.0
FIRMWAREDIR = /lib/firmware FIRMWAREDIR = /lib/firmware
NUM_JOBS := $(or $(patsubst -j%,%,$(filter -j%,$(MAKEFLAGS))),\ NUM_JOBS := $(or $(patsubst -j%,%,$(filter -j%,$(MAKEFLAGS))),\
1) 1)