################################################################################
# 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 utilities/subdir.mk
-include usb/device/source/khci/subdir.mk
-include usb/device/source/subdir.mk
-include startup/subdir.mk
-include source/subdir.mk
-include osa/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: frdmk32l2b_dev_composite_cdc_vcom_cdc_vcom_lite_bm.axf

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

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

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

.PHONY: all clean dependents post-build

-include ../makefile.targets
