Lines Matching full:make
25 PREBUILT_MAKE ?= prebuilts/build-tools/linux-x86/bin/make
27 # this prebuilt make tool
29 # for master and versions which has prebuilt make
32 # The AOSP build tool is not the regular make,
33 # that it adds -jN to $(MAKE), and that we should preserve
35 # The MAKE is redefined here in AOSP ckati:
37 ifneq (,$(filter -j%, $(MAKE)))
38 HOST_MAKE += $(filter -j%, $(MAKE))
42 # For P and old versions which does not have prebuilt make,
43 # let's use MAKE as what we did before
44 HOST_MAKE := $(MAKE)
83 ## condition check to make it only be defined once ##
109 ## check to make $(OPTEE_TA_DEV_KIT_MK) for different ta