Skip to content
Snippets Groups Projects
Commit f8cc9692 authored by Adam Wujek's avatar Adam Wujek
Browse files

Makefile: take includes from WRPC before PPSI's


Otherwise, it may cause errors if .h are present in include/generated or
include/config in the PPSI repo.

Signed-off-by: default avatarAdam Wujek <adam.wujek@creotech.pl>
parent d0eff375
Branches
Tags v1.4.0
No related merge requests found
......@@ -56,9 +56,9 @@ export CFLAGS_OPTIMIZATION:= ${shell echo $(CONFIG_OPTIMIZATION)}
CFLAGS += $(CFLAGS_OPTIMIZATION)
CFLAGS += -Iinclude -fno-common
CFLAGS += -I$(MAINSW_ROOT)
CFLAGS += -I$(MAINSW_ROOT)/include
CFLAGS += -Iinclude -fno-common
CFLAGS += -DPPSI_VERSION=\"$(VERSION)\"
# to avoid ifdef as much as possible, I use the kernel trick for OBJ variables
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment