summaryrefslogtreecommitdiff
path: root/drivers/platform/cznic/Makefile
blob: ce6d997f34d66e943d44c1993cce63142e00ffbf (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0-only

obj-$(CONFIG_TURRIS_OMNIA_MCU)	+= turris-omnia-mcu.o
turris-omnia-mcu-y		:= turris-omnia-mcu-base.o
turris-omnia-mcu-$(CONFIG_TURRIS_OMNIA_MCU_GPIO)		+= turris-omnia-mcu-gpio.o
turris-omnia-mcu-$(CONFIG_TURRIS_OMNIA_MCU_SYSOFF_WAKEUP)	+= turris-omnia-mcu-sys-off-wakeup.o
turris-omnia-mcu-$(CONFIG_TURRIS_OMNIA_MCU_TRNG)		+= turris-omnia-mcu-trng.o
turris-omnia-mcu-$(CONFIG_TURRIS_OMNIA_MCU_WATCHDOG)		+= turris-omnia-mcu-watchdog.o