included FFT_FP to the makefile

This commit is contained in:
2025-10-09 14:12:40 +03:00
parent da0d4b9bfd
commit 2796ed3149

View File

@ -77,7 +77,7 @@ SRC = src/main.c \
src/l502_params.c \ src/l502_params.c \
src/l502_tests.c \ src/l502_tests.c \
src/l502_user_process.c \ src/l502_user_process.c \
Theta_fft\ FFT_and_FP_math/C/FFT_FP_realisation.c
@ -87,7 +87,7 @@ SRC = src/main.c \
ASRC = gcc/l502-bf_basiccrt.s ASRC = gcc/l502-bf_basiccrt.s
# List all user directories here # List all user directories here
UINCDIR = src gcc UINCDIR = src gcc FFT_and_FP_math/C