summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/led_driver/CMakeLists.txt
blob: 179f540fe16187d5793d5f8ce6c79710c17bfb48 (plain)
1
2
3
4
5
6
7
# 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.

zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_LED_DT      led.c)
zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_LED_DT      led_gpio.c)
zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_LED_DT      led_pwm.c)