Merge branch 'make-licence' into 'main'

Makefile: add licence header

See merge request kernel-firmware/linux-firmware!815
This commit is contained in:
Dmitry Baryshkov 2025-12-05 04:21:50 +00:00
commit ed1168ab20

View file

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