mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +08:00
Add missing includes for building ap on omap
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ Q=@
|
|||||||
|
|
||||||
OPT=3
|
OPT=3
|
||||||
CSTANDARD = -std=gnu99
|
CSTANDARD = -std=gnu99
|
||||||
CINCS = -I$(PAPARAZZI_SRC)/sw/include
|
CINCS = $(INCLUDES) -I$(PAPARAZZI_SRC)/sw/include
|
||||||
|
|
||||||
# Compiler flags.
|
# Compiler flags.
|
||||||
CFLAGS += $(CINCS)
|
CFLAGS += $(CINCS)
|
||||||
|
|||||||
Reference in New Issue
Block a user