mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2025-06-28 13:55:04 +07:00
update
This commit is contained in:
8
src/Others/4.1_linux_kernel_debug/Makefile
Normal file
8
src/Others/4.1_linux_kernel_debug/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
BUILDPATH := ~/kernelbuild/linux-4.16.3/
|
||||
obj-m += hello.o
|
||||
|
||||
all:
|
||||
make -C $(BUILDPATH) M=$(PWD) modules
|
||||
|
||||
clean:
|
||||
make -C $(BUILDPATH) M=$(PWD) clean
|
Reference in New Issue
Block a user