mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2025-12-10 07:44:48 +01:00
XXX: make: revert check target to ./check_whence.py
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
6c88d9b825
commit
cf390572eb
1 changed files with 1 additions and 5 deletions
6
Makefile
6
Makefile
|
|
@ -6,11 +6,7 @@ FIRMWAREDIR = /lib/firmware
|
||||||
all:
|
all:
|
||||||
|
|
||||||
check:
|
check:
|
||||||
@if ! command -v pre-commit >/dev/null; then \
|
@./check_whence.py
|
||||||
echo "Install pre-commit to check files"; \
|
|
||||||
exit 1; \
|
|
||||||
fi
|
|
||||||
@pre-commit run --all-files
|
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
@mkdir -p release dist
|
@mkdir -p release dist
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue