examples: Remove unnecessary descriptions from Makefile

Remove unnecessary SDKDIR variable from some Makefiles.
And fix audio_rttl to pass cmake build.
This commit is contained in:
SPRESENSE 2024-06-26 11:56:25 +09:00 committed by Xiang Xiao
parent 4957c2be8d
commit 42b16e3004
5 changed files with 1 additions and 14 deletions

View File

@ -27,5 +27,5 @@ if(CONFIG_EXAMPLES_AUDIO_SOUND)
STACKSIZE
${CONFIG_EXAMPLES_AUDIO_SOUND_STACKSIZE}
SRCS
audio_rttl.c)
audio_rttl.cxx)
endif()

View File

@ -19,7 +19,6 @@
############################################################################
include $(APPDIR)/Make.defs
-include $(SDKDIR)/Make.defs
# Audio application info
@ -31,13 +30,4 @@ STACKSIZE = $(CONFIG_EXAMPLES_AUDIO_SOUND_STACKSIZE)
MAINSRC = audio_rttl.cxx
# Audio Example paths
AUDIODIR = $(SDKDIR)$(DELIM)modules$(DELIM)audio
# Audio Example flags
CXXFLAGS += ${INCDIR_PREFIX}"$(AUDIODIR)"
CXXFLAGS += -D_POSIX
include $(APPDIR)/Application.mk

View File

@ -19,7 +19,6 @@
############################################################################
include $(APPDIR)/Make.defs
-include $(SDKDIR)/Make.defs
# sixaxis built-in application info

View File

@ -19,7 +19,6 @@
############################################################################
include $(APPDIR)/Make.defs
-include $(SDKDIR)/Make.defs
PROGNAME = $(CONFIG_EXAMPLES_CHARGER_PROGNAME)
PRIORITY = $(CONFIG_EXAMPLES_CHARGER_PRIORITY)

View File

@ -19,7 +19,6 @@
#############################################################################
include $(APPDIR)/Make.defs
-include $(SDKDIR)/Make.defs
# fxos8700cq built-in application info