1 include makefile_common.mk
 
    3 # Include build-time make variables that depend on the selected configuration
 
    4 include $(BUILD_VARIABLES_MK)
 
   13     @echo "$(COLOR_INFO)Select Stack firmware from the image folder$(COLOR_END)"
 
   15     $(DD)$(MKDIR) $(EXTRACT_PATH)
 
   16     $(D)$(FMW_SEL)  --firmware_path=$(FIRMWARE_PATH)\
 
   17                 --firmware_type="wp_stack"\
 
   18                 --archive_path=$(ARCHIVE_PATH)\
 
   19                 --extract_path=$(EXTRACT_PATH)\
 
   21                 --output_name=$(FIRMWARE_NAME)\
 
   24                 --mcu_mem_var=$(MCU_MEM_VAR)\
 
   25                 --mac_profile=$(mac_profile)\
 
   26                 --mac_profileid=$(mac_profileid)\
 
   28                 --modem_fw=$(modemfw_name)\
 
   30                 --radio_config=$(radio_config)\
 
   31                 --version=$(MIN_STACK_VERSION)\
 
   32                 --stack_area_addr=$(stack_area_addr)
 
   38     $(D)$(RM) -rf $(STACK_HEX)
 
   40 # Special rule to force other rule to run every time