diff --git a/scripts/build/builders/host.py b/scripts/build/builders/host.py index 6e7e9b0015df40..13e722daae687c 100644 --- a/scripts/build/builders/host.py +++ b/scripts/build/builders/host.py @@ -87,8 +87,8 @@ def OutputNames(self): yield 'chip-shell' yield 'chip-shell.map' elif self == HostApp.CERT_TOOL: - yield 'cert-tool' - yield 'cert-tool.map' + yield 'chip-cert' + yield 'chip-cert.map' else: raise Exception('Unknown app type: %r' % self)