Commit f8cc9692 authored by Adam Wujek's avatar Adam Wujek

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: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent d0eff375
......@@ -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
......
Markdown is supported
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