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
|
|
|
|
|
2023-11-17 13:36:01 +08:00
|
|
|
C_SRCS += ./src/spinlock.s.c
|
2023-11-16 15:30:56 +08:00
|
|
|
|
|
|
|
OBJS += ./obj/spinlock.s.o
|
|
|
|
|
|
|
|
C_DEPS += ./obj/spinlock.s.d
|
|
|
|
|
2023-11-17 13:36:01 +08:00
|
|
|
obj/%.o: ./src/%.c
|
2023-11-16 15:30:56 +08:00
|
|
|
@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 ' '
|
|
|
|
|
|
|
|
|