tools: kexttool: implement Makefile generation for internal kexts

This commit is contained in:
2023-04-06 21:20:20 +01:00
parent 3e2164c7c2
commit e472c83d28
4 changed files with 206 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ from kexttool import kext
def list_all(pretty=False):
cwd = os.getcwd()
scan_arg = os.path.join(cwd, 'extensions', '**/extension.yaml')
scan_arg = os.path.join(cwd, 'kexts', '**/extension.yaml')
nr_extensions = 0