linux_module_learn/hellow/.hello.ko.cmd

2 lines
271 B
Batchfile

cmd_/home/chao/code/module/hellow/hello.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id=sha1 -T ./scripts/module-common.lds -o /home/chao/code/module/hellow/hello.ko /home/chao/code/module/hellow/hello.o /home/chao/code/module/hellow/hello.mod.o; true