c05564c4d8
Android 13
11 lines
305 B
Makefile
Executable file
11 lines
305 B
Makefile
Executable file
#
|
|
# Makefile for the Novatek NT36xxx touchscreen driver.
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
ifeq ($(CONFIG_DRM_MEDIATEK), y)
|
|
ccflags-$(CONFIG_DRM_MEDIATEK) += -I$(srctree)/drivers/gpu/drm/mediatek/
|
|
endif
|
|
obj-y += nt36xxx.o nt36xxx_fw_update.o nt36xxx_ext_proc.o nt36xxx_mp_ctrlram.o
|