diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-06-18 20:35:14 -0700 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-06-19 20:44:59 -1000 |
commit | 2e745e9be653626d37248c4f0a88ce9a5f90d183 (patch) | |
tree | dba3832c80b0e484cf4b709f5ada6f269ee55fc2 /tools/zstd | |
parent | b6245fbd58712e0c790fda07db02d39be491dbb4 (diff) | |
download | upstream-2e745e9be653626d37248c4f0a88ce9a5f90d183.tar.gz upstream-2e745e9be653626d37248c4f0a88ce9a5f90d183.tar.bz2 upstream-2e745e9be653626d37248c4f0a88ce9a5f90d183.zip |
treewide: remove BUILD_PARALLEL from CMake packages
It's already default. The only exception is mt76 which has Ninja
disabled.
Found with:
git grep BUILD_PARALLEL | cut -d ':' -f 1 | sort -u > par
git grep cmake.mk | cut -d ':' -f 1 > cmake
comm -1 -2 par cmake
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/zstd')
-rw-r--r-- | tools/zstd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/zstd/Makefile b/tools/zstd/Makefile index a0106f15f2..9138ae98f2 100644 --- a/tools/zstd/Makefile +++ b/tools/zstd/Makefile @@ -12,7 +12,6 @@ PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:facebook:zstandard CMAKE_SOURCE_SUBDIR:=build/cmake -HOST_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk |