diff options
| author | zy <[email protected]> | 2023-11-16 06:02:17 -0500 |
|---|---|---|
| committer | zy <[email protected]> | 2023-11-16 06:02:17 -0500 |
| commit | d0c662d1819cc8fc87b59a6fa4b1c6bb44ade9a0 (patch) | |
| tree | 6d70d6a297dab6aa54a3671f20824d14a431c963 /source | |
| parent | 88d4df5b83efde4e9fcbd7dfb756fc4d9ee16a48 (diff) | |
back to centos debug..
Diffstat (limited to 'source')
| -rw-r--r-- | source/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/source/Makefile b/source/Makefile index 27f0ffc..6fa45b4 100644 --- a/source/Makefile +++ b/source/Makefile @@ -11,8 +11,11 @@ variable_monitor-objs := module/monitor_kernel.o \ ccflags-y += -Wno-declaration-after-statement -PWD := $(shell pwd) -KDIR := /home/zy/Git/variable_monitor/linux-5.17.15 +# PWD := $(shell pwd) +# KDIR := /usr/src/kernels/5.17.15-1.el8.x86_64/ -default: - $(MAKE) -C $(KDIR) M=$(PWD) modules
\ No newline at end of file +# default: +# $(MAKE) -C $(KDIR) M=$(PWD) modules + +# clean: +# $(MAKE) -C $(KDIR) M=$(PWD) modules
\ No newline at end of file |
