# SPDX-License-Identifier: GPL-2.0
#
# Makefile for Marvell's GTI Watchdog driver
#

obj-$(CONFIG_GTI_WATCHDOG) += gti_wdog.o

gti_wdog-y := gti_watchdog.o gti.o
