summaryrefslogtreecommitdiff
path: root/lnetworking.py
diff options
context:
space:
mode:
Diffstat (limited to 'lnetworking.py')
-rw-r--r--lnetworking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lnetworking.py b/lnetworking.py
index 6489b81..5e14e52 100644
--- a/lnetworking.py
+++ b/lnetworking.py
@@ -31,7 +31,7 @@ import os
source_files = []
include_files = {}
test_source = []
-exclude_dirs = ['pppd', 'nfsclient', 'testsuites']
+exclude_dirs = ['pppd', 'nfsclient', 'testsuites', 'librpc/include']
exclude_headers = ['rtems-bsd-user-space.h', 'rtems-bsd-kernel-space.h']
for root, dirs, files in os.walk("."):