9 lines
233 B
Makefile
9 lines
233 B
Makefile
#
|
|
# Makefile for the Novatek NT36xxx touchscreen driver.
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-$(CONFIG_TOUCHSCREEN_NT36xxx_HOSTDL_SPI) += nt36xxx.o nt36xxx_fw_update.o nt36xxx_ext_proc.o nt36xxx_mp_ctrlram.o
|
|
|