mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-16 05:27:11 +08:00
build: Replace all -I to INCDIR
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:

committed by
Abdelatif Guettouche

parent
ead498a788
commit
ea135b89c6
@@ -56,7 +56,8 @@ UNITY_SRCDIR = $(UNITY_UNPACKNAME)$(DELIM)src
|
||||
|
||||
APPS_INCDIR = $(APPDIR)$(DELIM)include$(DELIM)testing
|
||||
|
||||
CFLAGS += -I$(APPS_INCDIR) -DUNITY_INCLUDE_CONFIG_H
|
||||
CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPS_INCDIR)}
|
||||
CFLAGS += -DUNITY_INCLUDE_CONFIG_H
|
||||
|
||||
CSRCS = $(UNITY_SRCDIR)$(DELIM)unity.c
|
||||
|
||||
|
Reference in New Issue
Block a user