summaryrefslogtreecommitdiffstats
path: root/buildset
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-09-03 09:54:27 +1000
committerChris Johns <chrisj@rtems.org>2020-09-16 15:52:15 +1000
commit025af7c5296d2e044ed734dd9b5d1ea83e209191 (patch)
tree38ab8c3b617561af48d915f68791243f7bbe64bf /buildset
parentwaf: Add a config report (diff)
downloadrtems-libbsd-025af7c5296d2e044ed734dd9b5d1ea83e209191.tar.bz2
build: Separate the kernel and user land include paths
- Provide support for separate user and kernel include paths in libbsd.py. - Update all added files with a suitable context to build them with. Supported contexts are `kernel` and `user`. - Kernel source use the kernel, CPU, and build header paths in this order. - User source use the user, kernel, CPU and build header paths in this order. The FreeBSD /usr/include tree has some kernel header files installed as well as user land header files. This complicates the separation as some kernel header files are not visible to user land code while other are. This is handled by appending the kernel header paths to the user header paths so user land code will include a user header with the same name as a kernel header over the kernel header but will find a kernel header if there is no matching user header file. Closes #4067
Diffstat (limited to 'buildset')
-rw-r--r--buildset/default.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildset/default.ini b/buildset/default.ini
index b17f2b59..9c0d1bf8 100644
--- a/buildset/default.ini
+++ b/buildset/default.ini
@@ -50,11 +50,13 @@ net80211 = off
netinet = on
netinet6 = on
netipsec = off
+nfsv2 = on
nvme = on
opencrypto = on
pci = on
pf = on
regulator = on
+rpc_user = on
rtems = on
tests = on
tty = on