summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Norris <briannorris@chromium.org>2020-02-28 17:32:48 -0800
committerJosh Boyer <jwboyer@kernel.org>2020-03-02 08:06:26 -0500
commit7fa32bcc68a3c7a9496c49bdb10f1fdc68cf5ddb (patch)
tree86a55c6b01daab554c603f2c17cea8bf087f4294 /Makefile
parent4bb6805bdac4bf3990a4a1408304624e5d9a9082 (diff)
downloadlinux-firmware-7fa32bcc68a3c7a9496c49bdb10f1fdc68cf5ddb.tar.gz
Makefile: improve `make check` usefulness
Silence the make echo'ing, so the output is cleaner. Add an exit code to check_whence.py, so we can get a real failure for bad WHENCE files. Signed-off-by: Brian Norris <briannorris@chromium.org> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16b5b1a..e1c362f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ FIRMWAREDIR = /lib/firmware
all:
check:
- ./check_whence.py
+ @./check_whence.py
install:
mkdir -p $(DESTDIR)$(FIRMWAREDIR)