all: add some README.md files describing the purpose of our sources

This commit is contained in:
Thomas Haller
2021-08-19 15:26:16 +02:00
parent 2f3c2647d2
commit ea49b50651
30 changed files with 426 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
linux-headers
=============
Contains a copy of Linux UAPI kernel headers.
When we build against an older kernel, we may
still want to unconditionally build against a
certain version of kernel API.
These headers should be taken without modification
from Linux.