mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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:
committed by
Gregory Nutt
parent
a0c663edc9
commit
b5ec5349b0
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user