summaryrefslogtreecommitdiff
path: root/BS/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2023-05-30 16:17:38 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2023-05-30 16:17:38 +0200
commitf167444c7acf9d0a558b076681c821915f6781b4 (patch)
treebdc74846d05b21ea8a2bd6e0a19f35ece8f2b510 /BS/Makefile
parent4bbc83c0ec43b0ede8e4e0fb7f81494ccd65acf8 (diff)
BS: switch to new dfatool format; add -O and reproduction scripts
Diffstat (limited to 'BS/Makefile')
-rw-r--r--BS/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/BS/Makefile b/BS/Makefile
index 99dd0f8..f6b5106 100644
--- a/BS/Makefile
+++ b/BS/Makefile
@@ -26,10 +26,10 @@ all: ${HOST_TARGET} ${DPU_TARGET}
bin:
${QUIET}mkdir -p bin
-${HOST_TARGET}: ${HOST_SOURCES} ${COMMON_INCLUDES} ${CONF}
+${HOST_TARGET}: ${HOST_SOURCES} ${COMMON_INCLUDES} bin
${QUIET}${CC} -o $@ ${HOST_SOURCES} ${HOST_FLAGS}
-${DPU_TARGET}: ${DPU_SOURCES} ${COMMON_INCLUDES} ${CONF}
+${DPU_TARGET}: ${DPU_SOURCES} ${COMMON_INCLUDES} bin
${QUIET}dpu-upmem-dpurte-clang ${DPU_FLAGS} -o $@ ${DPU_SOURCES}
clean: