make/common/MakeBase.gmk
changeset 33394 dbd286b8742f
parent 33054 bcb9f5ea5761
child 34596 e8328ce5b64e
equal deleted inserted replaced
33393:0f584e7d6ab6 33394:dbd286b8742f
   319       $(words $(SEQUENCE_COUNT)) \
   319       $(words $(SEQUENCE_COUNT)) \
   320       $(call _sequence-do,$1))
   320       $(call _sequence-do,$1))
   321 
   321 
   322 ################################################################################
   322 ################################################################################
   323 
   323 
   324 MAX_PARAMS := 30
   324 MAX_PARAMS := 35
   325 PARAM_SEQUENCE := $(call sequence, 2, $(MAX_PARAMS))
   325 PARAM_SEQUENCE := $(call sequence, 2, $(MAX_PARAMS))
   326 
   326 
   327 # Template for creating a macro taking named parameters. To use it, assign the
   327 # Template for creating a macro taking named parameters. To use it, assign the
   328 # template to a variable with the name you want for your macro, using '='
   328 # template to a variable with the name you want for your macro, using '='
   329 # assignment. Then define a macro body with the suffix "Body". The Body macro
   329 # assignment. Then define a macro body with the suffix "Body". The Body macro