summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/led_driver/CMakeLists.txt
blob: 7f513ed4254a40ee17ae9a989b1aeb8274fc2876 (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_GPIO led_gpio.c)
zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_LED_DT_PWM  led_pwm.c)