1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the elan5515 touchscreen drivers. 4# 5 6obj-$(CONFIG_TOUCHSCREEN_ELAN5515) += tp_elan_5515.o 7tp_elan_5515-y += elan_ts.o elan_update.o elan_tool.o 8
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the elan5515 touchscreen drivers. 4# 5 6obj-$(CONFIG_TOUCHSCREEN_ELAN5515) += tp_elan_5515.o 7tp_elan_5515-y += elan_ts.o elan_update.o elan_tool.o 8