mirror of
https://github.com/mit-han-lab/tinyengine.git
synced 2025-10-17 16:22:33 +08:00
50 lines
1.1 KiB
Makefile
50 lines
1.1 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
ELF_SRCS :=
|
|
C_UPPER_SRCS :=
|
|
CXX_SRCS :=
|
|
C++_SRCS :=
|
|
OBJ_SRCS :=
|
|
S_SRCS :=
|
|
CC_SRCS :=
|
|
C_SRCS :=
|
|
CPP_SRCS :=
|
|
S_UPPER_SRCS :=
|
|
O_SRCS :=
|
|
OBJDUMP_LIST :=
|
|
C_UPPER_DEPS :=
|
|
S_DEPS :=
|
|
C_DEPS :=
|
|
OBJCOPY_BIN :=
|
|
CC_DEPS :=
|
|
SIZE_OUTPUT :=
|
|
C++_DEPS :=
|
|
EXECUTABLES :=
|
|
OBJS :=
|
|
CXX_DEPS :=
|
|
S_UPPER_DEPS :=
|
|
CPP_DEPS :=
|
|
|
|
# Every subdirectory with source files must be described here
|
|
SUBDIRS := \
|
|
Drivers/BSP/Components/exc7200 \
|
|
Drivers/BSP/Components/ft5336 \
|
|
Drivers/BSP/Components/mfxstm32l152 \
|
|
Drivers/BSP/Components/ov9655 \
|
|
Drivers/BSP/Components/s5k5cag \
|
|
Drivers/BSP/Components/stmpe811 \
|
|
Drivers/BSP/Components/ts3510 \
|
|
Drivers/BSP/Components/wm8994 \
|
|
Drivers/BSP/STM32746G-Discovery \
|
|
Drivers/STM32F7xx_HAL_Driver/Src \
|
|
Src \
|
|
Src/TinyEngine/codegen/Source \
|
|
Src/TinyEngine/src/kernels/fp_backward_op \
|
|
Src/TinyEngine/src/kernels/fp_requantize_op \
|
|
Src/TinyEngine/src/kernels/int_forward_op \
|
|
Src/sys \
|
|
Utilities/Fonts \
|
|
|