20 lines
		
	
	
		
			579 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			579 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0
 | 
						|
#
 | 
						|
# Makefile for the focaltech touchscreen drivers.
 | 
						|
#
 | 
						|
 | 
						|
# Each configuration option enables a list of files.
 | 
						|
 | 
						|
obj-$(CONFIG_TOUCHSCREEN_FTS) += focaltech-ts.o
 | 
						|
focaltech-ts-y += focaltech_core.o
 | 
						|
focaltech-ts-y += focaltech_ex_fun.o
 | 
						|
focaltech-ts-y += focaltech_ex_mode.o
 | 
						|
focaltech-ts-y += focaltech_flash.o
 | 
						|
focaltech-ts-y += focaltech_gesture.o
 | 
						|
focaltech-ts-y += focaltech_esdcheck.o
 | 
						|
focaltech-ts-y += focaltech_i2c.o
 | 
						|
focaltech-ts-y += focaltech_point_report_check.o
 | 
						|
focaltech-ts-y += focaltech_upgrade_ft8201.o
 | 
						|
#focaltech-ts-y += focaltech_test/
 | 
						|
 |