Merge branch 'make-licence' into 'main'

Makefile: add licence header

See merge request kernel-firmware/linux-firmware!815
This commit is contained in:
Josh Boyer 2025-12-08 20:28:51 +00:00
commit 0dffef6949

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)