included FFT_FP to the makefile
This commit is contained in:
4
makefile
4
makefile
@ -77,7 +77,7 @@ SRC = src/main.c \
|
||||
src/l502_params.c \
|
||||
src/l502_tests.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
|
||||
|
||||
# List all user directories here
|
||||
UINCDIR = src gcc
|
||||
UINCDIR = src gcc FFT_and_FP_math/C
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user