You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
372 B
10 lines
372 B
#
|
|
# Makefile for the Novatek NT36xxx touchscreen driver.
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
ifeq ($(CONFIG_SAMSUNG_PRODUCT_SHIP), y)
|
|
obj-$(CONFIG_TOUCHSCREEN_NOVATEK_NT36672) += nt36xxx.o nt36xxx_fw_update.o nt36xxx_sec_fn.o
|
|
else
|
|
obj-$(CONFIG_TOUCHSCREEN_NOVATEK_NT36672) += nt36xxx.o nt36xxx_fw_update.o nt36xxx_sec_fn.o nvt_ts_only_vendor.o
|
|
endif
|
|
|