21 lines
752 B
Makefile
Raw Normal View History

2023-11-16 15:30:56 +08:00
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += ./Src/spinlock.s.c
OBJS += ./obj/spinlock.s.o
C_DEPS += ./obj/spinlock.s.d
obj/%.o: ./Src/%.c
@echo 'Building file: $<'
@echo 'Invoking: Clang'
/public/share/tools/msdk/toolchain/bin/ucp2/clang --target=ucps2 $(INCS) -I./inc -I/public/share/tools/msdk/toolchain/include/ucp2/newlib -I/public/share/tools/msdk/toolchain/include/ucp2/llvm -O2 -Wno-constant-conversion -nostdlibinc -MMD -MP -o "$@" -c "$<"
@echo 'Finished building: $<'
@echo ' '