diff options
author | Ian Moffett <ian@osmora.org> | 2024-04-24 23:38:14 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-04-24 23:51:12 -0400 |
commit | 3c50e6cf145ef8e9d661a80d40e85bceefca7dfa (patch) | |
tree | 9bd297dd65ab5f48282d852cb24cdd1e7c99c66c /builddeps | |
parent | 39cc8bb40aa5c3c592354e34b8298eaac8ef63ff (diff) |
build: Export some sys/*.h headers
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'builddeps')
-rw-r--r-- | builddeps/sysexports | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/builddeps/sysexports b/builddeps/sysexports new file mode 100644 index 0000000..4c0f0e1 --- /dev/null +++ b/builddeps/sysexports @@ -0,0 +1,10 @@ +# Sys header export list +# Add headers to be exported to userland here +# Example: foo.h corresponds to sys/include/sys/foo.h +sys_headers=$(cat <<END + fbdev.h + errno.h + queue.h + signal.h +END +) |