From 408142542f09200bd3ce30bfe7872117c2f8f61e Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 14 May 2025 14:29:20 +0200 Subject: BFS Makefile: Explicitly mention include as dependency --- BFS/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BFS') diff --git a/BFS/Makefile b/BFS/Makefile index 598de50..a773b38 100644 --- a/BFS/Makefile +++ b/BFS/Makefile @@ -40,10 +40,10 @@ all: bin/host_code bin/dpu_code bin: ${QUIET}mkdir -p bin -bin/dpu_code: ${DPU_SOURCES} ${COMMON_INCLUDES} bin +bin/dpu_code: ${DPU_SOURCES} include bin ${QUIET}dpu-upmem-dpurte-clang ${DPU_FLAGS} -o $@ ${DPU_SOURCES} -bin/host_code: ${HOST_SOURCES} ${COMMON_INCLUDES} bin +bin/host_code: ${HOST_SOURCES} include bin ${QUIET}cp ../include/dfatool_host_dpu.ah include ${QUIET}${HOST_CC} -o $@ ${HOST_SOURCES} ${HOST_FLAGS} ${QUIET}rm -f include/dfatool_host_dpu.ah -- cgit v1.2.3