Files
Linux-kernel-driver-tutorial/02_better_hello/.hello.ko.cmd
2025-02-16 12:30:21 +02:00

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