From f4cbd1e784f777c544763bb0e2bdb65ad5c685cf Mon Sep 17 00:00:00 2001 From: Wendly Li Date: Wed, 29 Dec 2021 08:25:53 +0000 Subject: Initial the driver from the original vender code BYPASS_INCLUSIVE_LANGUAGE_REASON=master and slave are stardand of SPI Bug: 214018056 Bug: 214118475 Change-Id: Ib1e7bbdca701fe852f665ee2986824d71d5eebe2 Signed-off-by: Wendly Li --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..903a1cc --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +obj-$(CONFIG_TOUCHSCREEN_GOODIX_BRL) += goodix_core.o +goodix_core-y := \ + goodix_brl_i2c.o \ + goodix_brl_spi.o \ + goodix_ts_core.o \ + goodix_brl_hw.o \ + goodix_cfg_bin.o \ + goodix_ts_utils.o \ + goodix_brl_fwupdate.o \ + goodix_ts_gesture.o \ + goodix_ts_inspect.o \ + goodix_ts_tools.o -- cgit v1.2.3