Add debug-shell flavour

This commit is contained in:
jld3103 2021-08-17 21:00:14 +02:00
parent 4369df9673
commit b46b6ca612

View file

@ -29,6 +29,7 @@ DEVICES = {
FLAVOURS = {
'barebone': [],
'debug-shell': ['hook-debug-shell'],
'phosh': [],
'plasma-mobile': [],
}