# SPDX-License-Identifier: GPL-2.0
#
# Kbuild for Hobot gpu driver dcs test
#

ifeq ($(CONFIG_HOBOT_KUTF_DCS_INTEGRATION_TEST),y)
obj-m += hobot_kutf_dcs_integration_test.o

hobot_kutf_dcs_integration_test-y := hobot_kutf_dcs_integration_test_main.o
endif