M7350v7_en_gpl

This commit is contained in:
T
2024-09-09 08:59:52 +00:00
parent f75098198c
commit 46ba6f09ec
1372 changed files with 1231198 additions and 1184 deletions

View File

@ -0,0 +1,16 @@
# If KERNELRELEASE is defined, we've been invoked from the
# kernel build system and can use its language.
obj-m += tp_domain.o
PWD := $(shell pwd)
all:
$(MAKE) -C $(KERNEL_SRC) M=$(PWD) modules
modules_install:
$(MAKE) -C $(KERNEL_SRC) M=$(PWD) modules_install
.PHONY:clean
clean:
$(MAKE) -C $(KERNEL_SRC) M=$(PWD) clean