mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2025-12-10 07:44:48 +01:00
Merge branch 'revert-precommit' into 'main'
Draft: XXX: make: revert check target to ./check_whence.py See merge request kernel-firmware/linux-firmware!320
This commit is contained in:
commit
8815a08c17
1 changed files with 1 additions and 5 deletions
6
Makefile
6
Makefile
|
|
@ -5,11 +5,7 @@ NUM_JOBS := $(or $(patsubst -j%,%,$(filter -j%,$(MAKEFLAGS))),\
|
|||
all:
|
||||
|
||||
check:
|
||||
@if ! command -v pre-commit >/dev/null; then \
|
||||
echo "Install pre-commit to check files"; \
|
||||
exit 1; \
|
||||
fi
|
||||
@pre-commit run --all-files
|
||||
@./check_whence.py
|
||||
|
||||
dist:
|
||||
@mkdir -p release dist
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue