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.
 
 
 
kernel_samsung_sm7125/drivers/input/touchscreen/sec_ts/y771/Makefile

5 lines
259 B

ifeq ($(CONFIG_SAMSUNG_PRODUCT_SHIP), y)
obj-$(CONFIG_TOUCHSCREEN_SEC_TS_Y771) += sec_ts.o sec_ts_fw.o sec_ts_fn.o sec_ts_ioctl.o
else
obj-$(CONFIG_TOUCHSCREEN_SEC_TS_Y771) += sec_ts.o sec_ts_fw.o sec_ts_fn.o sec_ts_ioctl.o sec_ts_only_vendor.o
endif