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 $(D)$(FMW_SEL) --firmware_path=$(IMAGE_PATH) \
16 --firmware_type="wp_stack" \
18 --output_name="wpc_stack" \
20 --mcu_sub=$(MCU_SUB) \
21 --mcu_mem_var=$(MCU_MEM_VAR) \
22 --mac_profile=$(mac_profile) \
23 --mac_profileid=$(mac_profileid) \
24 --mode=$(stack_mode) \
25 --modem_fw=$(modemfw_name) \
27 --radio_config=$(radio_config) \
28 --version=$(MIN_STACK_VERSION) \
29 --stack_area_addr=$(stack_area_addr)
35 $(D)$(RM) -rf $(STACK_HEX)
37 # Special ruel to force other rule to run every time