Commit 4b7c1518 authored by Adam Wujek's avatar Adam Wujek

Makefile: fix passing PPSI_USER_CFLAGS as USER_CFLAGS to ppsi

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent b5cb1844
......@@ -162,7 +162,7 @@ $(obj-ppsi): gitmodules
echo "Warning: keeping previous ppsi configuration" >& 2; \
fi
$(MAKE) -C $(PPSI) ppsi.a WRPCSW_ROOT=.. \
CROSS_COMPILE=$(CROSS_COMPILE) CONFIG_NO_PRINTF=y
CROSS_COMPILE=$(CROSS_COMPILE) CONFIG_NO_PRINTF=y \
USER_CFLAGS="$(PPSI_USER_CFLAGS)"
sdb-lib/libsdbfs.a:
......
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