summaryrefslogtreecommitdiff
path: root/lnetworking.py
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-02-11 22:13:34 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-03-02 14:29:29 -0700
commitaf6b0e296605c82d710385f41117396a54d4d625 (patch)
treeb1398a475df9d9f593eea523711f916424b14c27 /lnetworking.py
parent4e49c230d470b0aeb4d40453becd17b58677e05d (diff)
Add libmisc and librpc from RTEMS cpukit
Diffstat (limited to '')
-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("."):