[libj6] Move caps.h to cap_flags.h

This file is just the generated cap flag constants. Move it to not
collide with more capability code to be added.
This commit is contained in:
Justin C. Miller
2022-09-25 17:23:14 -07:00
parent a2b876825a
commit 7b8fd76af0
14 changed files with 15 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ j6 = module("j6",
"sysconf.cpp.cog",
],
public_headers = [
"j6/caps.h.cog",
"j6/cap_flags.h.cog",
"j6/errors.h",
"j6/flags.h",
"j6/init.h",
@@ -33,7 +33,7 @@ sysconf = join(source_root, "definitions/sysconf.yaml")
definitions = glob('definitions/**/*.def', recursive=True)
j6.add_depends([
"j6/caps.h.cog",
"j6/cap_flags.h.cog",
"j6/syscalls.h.cog",
"syscalls.s.cog",
], definitions)