mirror of
https://github.com/Hizenberg469/Linux-kernel-driver-tutorial.git
synced 2026-04-19 16:32:24 +03:00
2 lines
196 B
Batchfile
2 lines
196 B
Batchfile
cmd_/home/device-driver/02_better_hello/hello.mod := printf '%s\n' hello.o | awk '!x[$$0]++ { print("/home/device-driver/02_better_hello/"$$0) }' > /home/device-driver/02_better_hello/hello.mod
|