mirror of
https://github.com/Hizenberg469/Linux-kernel-driver-tutorial.git
synced 2026-04-19 16:32:24 +03:00
2 lines
297 B
Batchfile
2 lines
297 B
Batchfile
cmd_/home/device-driver/02_better_hello/hello.ko := ld -r -m elf_x86_64 -z noexecstack --no-warn-rwx-segments --build-id=sha1 -T arch/x86/module.lds -o /home/device-driver/02_better_hello/hello.ko /home/device-driver/02_better_hello/hello.o /home/device-driver/02_better_hello/hello.mod.o; true
|