summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/panic_output/CMakeLists.txt
blob: 79cf21fc5f3d5b4f80b331ebd20a28a27a126150 (plain)
1
2
3
4
5
6
7
8
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Add source files
target_sources(app PRIVATE
  src/panic_output_crash_cmd.c
)