################################################################################
# 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 video/subdir.mk
-include vglite/font/mcufont/decoder/subdir.mk
-include vglite/font/subdir.mk
-include vglite/VGLiteKernel/rtos/subdir.mk
-include vglite/VGLiteKernel/subdir.mk
-include vglite/VGLite/rtos/subdir.mk
-include vglite/VGLite/subdir.mk
-include utilities/subdir.mk
-include tickless/subdir.mk
-include startup/subdir.mk
-include source/subdir.mk
-include pmic_driver/subdir.mk
-include lcdc/subdir.mk
-include freertos/freertos_kernel/portable/MemMang/subdir.mk
-include freertos/freertos_kernel/portable/GCC/ARM_CM33_NTZ/non_secure/subdir.mk
-include freertos/freertos_kernel/subdir.mk
-include flash_config/subdir.mk
-include elementary/src/subdir.mk
-include drivers/subdir.mk
-include device/subdir.mk
-include component/uart/subdir.mk
-include component/serial_manager/subdir.mk
-include component/lists/subdir.mk
-include board/subdir.mk
-include subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 

# All Target
all: evkmimxrt595_appnote_two_sample.axf

# Tool invocations
evkmimxrt595_appnote_two_sample.axf: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: MCU Linker'
	arm-none-eabi-gcc -nostdlib -Xlinker -Map="evkmimxrt595_appnote_two_sample.map" -Xlinker --gc-sections -Xlinker -print-memory-usage -Xlinker --sort-section=alignment -Xlinker --cref -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -T "evkmimxrt595_appnote_two_sample_Debug.ld" -o "evkmimxrt595_appnote_two_sample.axf" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '
	$(MAKE) --no-print-directory post-build

# Other Targets
clean:
	-$(RM) $(EXECUTABLES)$(OBJS)$(C_DEPS) evkmimxrt595_appnote_two_sample.axf
	-@echo ' '

post-build:
	-@echo 'Performing post-build steps'
	-arm-none-eabi-size "evkmimxrt595_appnote_two_sample.axf"; # arm-none-eabi-objcopy -v -O binary "evkmimxrt595_appnote_two_sample.axf" "evkmimxrt595_appnote_two_sample.bin" ; # checksum -p MIMXRT595S -d "evkmimxrt595_appnote_two_sample.bin";
	-@echo ' '

.PHONY: all clean dependents post-build

-include ../makefile.targets
