################################################################################
# Automatically-generated file. Do not edit!
################################################################################

-include ../makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include tuya_ble_sdk_demo/tuya_ble_sdk/sdk/src/subdir.mk
-include tuya_ble_sdk_demo/tuya_ble_sdk/port/subdir.mk
-include tuya_ble_sdk_demo/tuya_ble_sdk/extern_components/mbedtls/subdir.mk
-include tuya_ble_sdk_demo/tuya_ble_sdk/app/uart_common/subdir.mk
-include tuya_ble_sdk_demo/tuya_ble_sdk/app/product_test/subdir.mk
-include tuya_ble_sdk_demo/components/ty_oled/subdir.mk
-include tuya_ble_sdk_demo/components/external/easylogger/src/subdir.mk
-include tuya_ble_sdk_demo/components/external/easylogger/port/subdir.mk
-include tuya_ble_sdk_demo/board/TLSR825X/ty_board_tlsr825x/subdir.mk
-include tuya_ble_sdk_demo/board/TLSR825X/tuya_ble_port/subdir.mk
-include tuya_ble_sdk_demo/board/TLSR825X/ota/subdir.mk
-include tuya_ble_sdk_demo/app/subdir.mk
-include telink_sdk/vendor/common/subdir.mk
-include telink_sdk/vendor/8258_module/subdir.mk
-include telink_sdk/drivers/8258/subdir.mk
-include telink_sdk/drivers/8258/flash/subdir.mk
-include telink_sdk/subdir.mk
-include telink_sdk/common/subdir.mk
-include telink_sdk/boot/8258/subdir.mk
-include telink_sdk/boot/8253/subdir.mk
-include telink_sdk/boot/8251/subdir.mk
-include telink_sdk/application/usbstd/subdir.mk
-include telink_sdk/application/print/subdir.mk
-include telink_sdk/application/keyboard/subdir.mk
-include telink_sdk/application/audio/subdir.mk
-include telink_sdk/application/app/subdir.mk
-include objects.mk

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
LST += \
8258_module.lst \

FLASH_IMAGE += \

SIZEDUMMY += \
sizedummy \


# All Target
all: ble_sdk_multimode.elf secondary-outputs

# Tool invocations
ble_sdk_multimode.elf: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: TC32 C Linker'
	tc32-elf-ld --gc-sections -L"C:\work\project\tuya_ble_sdk_demo_tlsr8253_2.0\ble_sdk_multimode\telink_sdk\proj_lib" -L"C:\work\project\tuya_ble_sdk_demo_tlsr8253_2.0\ble_sdk_multimode\tuya_ble_sdk_demo\tuya_ble_sdk\sdk\lib" -T ../boot.link -o"ble_sdk_multimode.elf" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '
	$(MAKE) --no-print-directory post-build

8258_module.lst: ble_sdk_multimode.elf
	@echo 'Invoking: TC32 Create Extended Listing'
	tc32-elf-objdump -x -D -l -S ble_sdk_multimode.elf  >"8258_module.lst"
	@echo 'Finished building: $@'
	@echo ' '

: ble_sdk_multimode.elf
	@echo 'Create Flash image (binary format)'
	tc32-elf-objcopy -O binary ble_sdk_multimode.elf
	@echo 'Finished building: $@'
	@echo ' '

sizedummy: ble_sdk_multimode.elf
	@echo 'Invoking: Print Size'
	tc32-elf-size -t ble_sdk_multimode.elf
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(FLASH_IMAGE)$(ELFS)$(OBJS)$(LST)$(SIZEDUMMY) ble_sdk_multimode.elf
	-@echo ' '

post-build:
	-"C:\work\project\tuya_ble_sdk_demo_tlsr8253_2.0\ble_sdk_multimode/tl_check_fw.sh"   8258_module   ble_sdk_multimode
	-@echo ' '

secondary-outputs: $(LST) $(FLASH_IMAGE) $(SIZEDUMMY)

.PHONY: all clean dependents
.SECONDARY: post-build

-include ../makefile.targets
