From b7cc92722bbcaf038af8c3d2f6ee128322151203 Mon Sep 17 00:00:00 2001 From: mbertuletti Date: Wed, 11 Oct 2023 18:34:04 +0200 Subject: [PATCH] [software] Disable LLVM compilation --- software/apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/apps/Makefile b/software/apps/Makefile index 964525dae..03ea07e75 100644 --- a/software/apps/Makefile +++ b/software/apps/Makefile @@ -25,7 +25,7 @@ else ALL := $(filter-out systolic/%,$(APPS)) endif -ALL_LLVM := $(filter-out chest_q16 cfft_q16radix2 cfft_q16radix4, $(ALL)) +ALL_LLVM := $(filter-out chest_q16 cfft_radix2_q16 cfft_radix4_q16, $(ALL)) # Make all applications all: $(ALL)