Skip to content

Commit 69baabc

Browse files
committed
core: configure: show warning only of we can't compile a module
1 parent 13ee760 commit 69baabc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/configure.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,8 @@ def main(argv):
833833
add_cmake_target(moduledir, 'host')
834834

835835
elif not os.path.isfile(moduleconfigfile):
836-
raise Exception('Unknown make system in '+moduledir+'\nYou can manually specify it in '+moduleconfigfile)
836+
pr_warning('Unknown make system in '+moduledir+'\nYou can manually specify it in '+moduleconfigfile)
837+
continue
837838

838839
moduledepsfile = moduledir+'/EFIDroidDependencies.ini'
839840
if os.path.isfile(moduledepsfile):

0 commit comments

Comments
 (0)