From a3198add7bfbac0894a80a38b44199a760a1e8ef Mon Sep 17 00:00:00 2001 From: Animesh Agrawal Date: Mon, 24 Jan 2022 11:20:48 -0800 Subject: [PATCH] Add fft test to Makefile --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index ca8268ea..556c6fd3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -6,7 +6,7 @@ LDFLAGS= -static include libgloss.mk PROGRAMS = pwm blkdev accum charcount nic-loopback big-blkdev pingd \ - streaming-passthrough streaming-fir nvdla spiflashread spiflashwrite + streaming-passthrough streaming-fir nvdla spiflashread spiflashwrite fft spiflash.img: spiflash.py python3 $<