mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2025-12-10 07:44:48 +01:00
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:
parent
536cc58d9d
commit
1d02df5c1a
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue