Remove format.h and ioctl.h from utils

Now that we're in one repo utils can get its format and ioctl headers
from the authoriative kmod files.   When we're building a dist tarball
we copy the files over so that the build from the dist tarball can use
them.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2020-12-04 15:28:10 -08:00
parent aa6e210ac7
commit 86cf3ec4ab
4 changed files with 31 additions and 1365 deletions

2
utils/.gitignore vendored
View File

@@ -2,6 +2,8 @@
*.d
*.swp
src/scoutfs
src/format.h
src/ioctl.h
.sparse*
.mock.build*
cscope.*