linuxOS_D21X/source/linux-5.10/drivers/input/touchscreen/gt911/mk

12 lines
347 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
obj-m := gt911.o #Ҫ<><D2AA><EFBFBD>ɵ<EFBFBD>ģ<EFBFBD><C4A3><EFBFBD><EFBFBD>
gt911-objs := ts.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