################################################################################
# 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 src/subdir.mk
-include arch/subdir.mk
-include subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(ASM_DEPS)),)
-include $(ASM_DEPS)
endif
ifneq ($(strip $(S_DEPS)),)
-include $(S_DEPS)
endif
ifneq ($(strip $(S_UPPER_DEPS)),)
-include $(S_UPPER_DEPS)
endif
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: LRV4201_SPI_I2C_2.elf LRV4201_SPI_I2C_2.elf.asm

# Output Target
LRV4201_SPI_I2C_2.elf.asm: LRV4201_SPI_I2C_2.elf
	@echo 'Outputing file $@'
	riscv64-unknown-elf-objdump -S "$<" > "$@"

# Tool invocations
LRV4201_SPI_I2C_2.elf: $(OBJS) $(USER_OBJS) D:\C-Sky\workspace-cds\LRV4201_SPI_I2C_2\ckcpu.ld
	@echo 'Building target: $@'
	@riscv64-unknown-elf-gcc -mcpu=r908fdv-cp-xt -mcmodel=medany -nostartfiles -nostdlib -Wl,--gc-sections -T"D:\C-Sky\workspace-cds\LRV4201_SPI_I2C_2\ckcpu.ld" --specs=nosys.specs -o "LRV4201_SPI_I2C_2.elf" $(OBJS) $(USER_OBJS) $(LIBS)

# Other Targets
clean:
	-$(RM) LRV4201_SPI_I2C_2.elf.asm
	-$(RM) $(OBJS)$(ASM_DEPS)$(S_DEPS)$(S_UPPER_DEPS)$(C_DEPS) LRV4201_SPI_I2C_2.elf
	-@echo ' '

.PHONY: all clean dependents

-include ../makefile.targets
