Skip to content

Commit

Permalink
rules: define NIJIA (may be not use)
Browse files Browse the repository at this point in the history
  • Loading branch information
luxiaok committed Apr 6, 2024
1 parent e3b4e03 commit d3ebb73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,12 @@ else
$(SCRIPT_DIR)/rstrip.sh
endif

NINJA = \
MAKEFLAGS="$(MAKE_JOBSERVER)" \
$(STAGING_DIR_HOST)/bin/ninja \
$(if $(findstring c,$(OPENWRT_VERBOSE)),-v) \
$(if $(MAKE_JOBSERVER),,-j1)

ifeq ($(CONFIG_IPV6),y)
DISABLE_IPV6:=
else
Expand Down

0 comments on commit d3ebb73

Please sign in to comment.