Compare commits

...

2 commits

Author SHA1 Message Date
Josh Boyer
0dffef6949 Merge branch 'make-licence' into 'main'
Makefile: add licence header

See merge request kernel-firmware/linux-firmware!815
2025-12-08 20:28:51 +00:00
Dmitry Baryshkov
1d02df5c1a 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>
2025-12-08 11:56:46 +00:00

View file

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