linuxOS_D21X/source/linux-5.10/drivers/input/touchscreen/gsl168x/mk
2024-11-29 16:13:46 +08:00

12 lines
355 B
Plaintext

obj-m := oncell_HRT_CE.o
oncell_HRT_CE-objs := touch_gsl1686.o gsl_point_id.o init-input.o
KERNEL_DIR := ../../../../linux-4.9.138
PWD := $(shell pwd)
default:
make -C $(KERNEL_DIR) M=$(PWD) ARCH=arm CROSS_COMPILE=/home/sharedir/X5/arm-toolchain/ext-toolchain/bin/arm-linux-gnueabi- modules
clean:
make -C $(KERNEL_DIR) SUBDIRS=$(PWD) clean