tools: kexttool: implement Makefile generation for internal kexts
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user