Skip to content

Commit

Permalink
[software] Disable LLVM compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertuletti committed Oct 11, 2023
1 parent 65bbbd3 commit b7cc927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/apps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b7cc927

Please sign in to comment.