make/common/MakeBase.gmk
changeset 49067 c153e9daadce
parent 48912 01237b276b8b
parent 49024 953b3fd36b08
child 49205 d1a19a08389a
equal deleted inserted replaced
49003:64fafabcdb21 49067:c153e9daadce
   421       $(words $(SEQUENCE_COUNT)) \
   421       $(words $(SEQUENCE_COUNT)) \
   422       $(call _sequence-do,$1))
   422       $(call _sequence-do,$1))
   423 
   423 
   424 ################################################################################
   424 ################################################################################
   425 
   425 
   426 MAX_PARAMS := 35
   426 MAX_PARAMS := 36
   427 PARAM_SEQUENCE := $(call sequence, 2, $(MAX_PARAMS))
   427 PARAM_SEQUENCE := $(call sequence, 2, $(MAX_PARAMS))
   428 
   428 
   429 # Template for creating a macro taking named parameters. To use it, assign the
   429 # Template for creating a macro taking named parameters. To use it, assign the
   430 # template to a variable with the name you want for your macro, using '='
   430 # template to a variable with the name you want for your macro, using '='
   431 # assignment. Then define a macro body with the suffix "Body". The Body macro
   431 # assignment. Then define a macro body with the suffix "Body". The Body macro