aboutsummaryrefslogtreecommitdiff
path: root/builddeps/sysexports
diff options
context:
space:
mode:
Diffstat (limited to 'builddeps/sysexports')
-rw-r--r--builddeps/sysexports10
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
+)