From 33bef97df3ef0845d60bfbd63a57035044240979 Mon Sep 17 00:00:00 2001 From: Georg Rutishauser Date: Fri, 28 Jun 2024 15:39:40 +0200 Subject: [PATCH] fix pulp_cluster.mk makefile --- rules/pulpos/targets/pulp_cluster.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/pulpos/targets/pulp_cluster.mk b/rules/pulpos/targets/pulp_cluster.mk index 63819ce..d6e9e2d 100644 --- a/rules/pulpos/targets/pulp_cluster.mk +++ b/rules/pulpos/targets/pulp_cluster.mk @@ -19,7 +19,7 @@ PULP_ARCH_OBJDFLAGS ?= -Mmarch=rv32imcxpulpnn endif ifndef LEGACY_DMA -PULP_CFLAGS += USE_IDMA +PULP_CFLAGS += -DUSE_IDMA endif PULP_CFLAGS += -fdata-sections -ffunction-sections -include chips/pulp_cluster/config.h -I$(PULPRT_HOME)/include/chips/pulp_cluster PULP_OMP_CFLAGS += -fopenmp -mnativeomp