summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e768d1389..5ccc78a42 100644
--- a/Makefile
+++ b/Makefile
@@ -206,6 +206,11 @@ uClibc_config.h: Config
else \
echo "#undef NO_UNDERSCORES" >> uClibc_config.h ; \
fi
+ @if [ "$(INCLUDE_RPC)" = "true" ] ; then \
+ echo "#define __UCLIBC_HAS_RPC__ 1" >> uClibc_config.h ; \
+ else \
+ echo "#undef __UCLIBC_HAS_RPC__" >> uClibc_config.h ; \
+ fi
.PHONY: dummy subdirs