mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2025-12-10 07:44:48 +01:00
Merge branch 'make-licence' into 'main'
Makefile: add licence header See merge request kernel-firmware/linux-firmware!815
This commit is contained in:
commit
0dffef6949
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