summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
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