From edea189918c5605e09430041dd428eec638b06bd Mon Sep 17 00:00:00 2001 From: Yunhao Deng Date: Sun, 18 Aug 2024 16:23:44 +0200 Subject: [PATCH] Modify Makefile to automatically add source code --- target/sim/sw/host/apps/offload/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/target/sim/sw/host/apps/offload/Makefile b/target/sim/sw/host/apps/offload/Makefile index d8f210447..7ee8b5600 100644 --- a/target/sim/sw/host/apps/offload/Makefile +++ b/target/sim/sw/host/apps/offload/Makefile @@ -16,13 +16,7 @@ DEBUG ?= OFF # ON to turn on debugging symbols APP = offload SRCS = src/offload.c -DEVICE_APPS = blas/axpy -DEVICE_APPS += blas/gemm -DEVICE_APPS += blas/test -DEVICE_APPS += snax/snax-wide-gemm-data-reshuffler -DEVICE_APPS += snax/snax-streamer-gemm-conv -DEVICE_APPS += snax/snax-data-reshuffler -DEVICE_APPS += snax/snax-streamer-gemm-conv-simd +DEVICE_APPS += $(shell cd ../../../device/apps/;find -mindepth 2 -maxdepth 2 -type d) # Compiler toolchain RISCV_CC = riscv64-unknown-elf-gcc RISCV_OBJCOPY = riscv64-unknown-elf-objcopy