Skip to content

Commit

Permalink
Modify Makefile to automatically add source code
Browse files Browse the repository at this point in the history
  • Loading branch information
IveanEx committed Aug 18, 2024
1 parent 51c7b5c commit edea189
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions target/sim/sw/host/apps/offload/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edea189

Please sign in to comment.