mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/psmq: add proper include path for embedlog
embedlog.h were residing in include/system path, but has been moved to include/logging. This causes psmq to not be able to find <embedlog.h> include, which results in compilation error Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
This commit is contained in:
parent
da9dade71f
commit
751c4efe7f
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ PSMQ_SOURCES = psmq-$(PSMQ_VERSION)
|
|||
PSMQ_TARBALL = $(PSMQ_SOURCES).$(PSMQ_EXT)
|
||||
|
||||
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)$(DELIM)include$(DELIM)system
|
||||
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)$(DELIM)include$(DELIM)logging
|
||||
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)$(DELIM)system$(DELIM)psmq$(DELIM)$(PSMQ_SOURCES)
|
||||
|
||||
# mandatory source files to compile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue