mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-06-11 00:49:37 +00:00
fix pulp_cluster.mk makefile
This commit is contained in:
parent
fc79aa1006
commit
33bef97df3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue