Compare commits

...

2 commits

Author SHA1 Message Date
Dmitry Baryshkov
fb3b6aa939 Merge branch 'make-licence' into 'main'
Makefile: add licence header

See merge request kernel-firmware/linux-firmware!815
2025-12-08 18:21:22 +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 FIRMWAREDIR = /lib/firmware
NUM_JOBS := $(or $(patsubst -j%,%,$(filter -j%,$(MAKEFLAGS))),\ NUM_JOBS := $(or $(patsubst -j%,%,$(filter -j%,$(MAKEFLAGS))),\
1) 1)