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:
parent
4957c2be8d
commit
42b16e3004
@ -27,5 +27,5 @@ if(CONFIG_EXAMPLES_AUDIO_SOUND)
|
||||
STACKSIZE
|
||||
${CONFIG_EXAMPLES_AUDIO_SOUND_STACKSIZE}
|
||||
SRCS
|
||||
audio_rttl.c)
|
||||
audio_rttl.cxx)
|
||||
endif()
|
||||
|
@ -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
|
||||
|
@ -19,7 +19,6 @@
|
||||
############################################################################
|
||||
|
||||
include $(APPDIR)/Make.defs
|
||||
-include $(SDKDIR)/Make.defs
|
||||
|
||||
# sixaxis built-in application info
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
############################################################################
|
||||
|
||||
include $(APPDIR)/Make.defs
|
||||
-include $(SDKDIR)/Make.defs
|
||||
|
||||
PROGNAME = $(CONFIG_EXAMPLES_CHARGER_PROGNAME)
|
||||
PRIORITY = $(CONFIG_EXAMPLES_CHARGER_PRIORITY)
|
||||
|
@ -19,7 +19,6 @@
|
||||
#############################################################################
|
||||
|
||||
include $(APPDIR)/Make.defs
|
||||
-include $(SDKDIR)/Make.defs
|
||||
|
||||
# fxos8700cq built-in application info
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user