mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-27 04:10:47 +00:00
apps/uorb: fix compile break
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
parent
384c05beb2
commit
3a8f4b53fc
1 changed files with 2 additions and 0 deletions
|
|
@ -22,4 +22,6 @@ ifneq ($(CONFIG_UORB),)
|
|||
CONFIGURED_APPS += $(APPDIR)/system/uorb
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" \
|
||||
$(APPDIR)/system/uorb/}
|
||||
CXXFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" \
|
||||
$(APPDIR)/system/uorb/}
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue