Merged in raiden00/nuttx (pull request #648)

libdsp: initial commit

* libdsp: initial commit

* libdsp: cosmetics

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
Mateusz Szafoni
2018-05-30 12:36:06 +00:00
committed by Gregory Nutt
parent a0c663edc9
commit b5ec5349b0
16 changed files with 2072 additions and 0 deletions
+6
View File
@@ -148,6 +148,12 @@ else
OTHERDIRS += wireless
endif
ifeq ($(CONFIG_LIBDSP),y)
NONFSDIRS += libs$(DELIM)libdsp
else
OTHERDIRS += libs$(DELIM)libdsp
endif
# CLEANDIRS are the directories that will clean in. These are
# all directories that we know about.
# KERNDEPDIRS are the directories in which we will build target dependencies.