Compare commits

..

No commits in common. "8e0721c2fb12be00aab50eaacb27de9cb461f4be" and "91f8ca7f49278100ed064bf8484389c989e9a591" have entirely different histories.

2 changed files with 5 additions and 5 deletions

4
flake.lock generated
View file

@ -21,8 +21,8 @@
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 0, "lastModified": 0,
"narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=", "narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=",
"path": "/nix/store/593xvgv994xlkm5mb7w4p1xxnzrs9wv6-source", "path": "/nix/store/brjzz8wv5k09bq0yrvhc1j4hd8677k21-source",
"type": "path" "type": "path"
}, },
"original": { "original": {

View file

@ -1,10 +1,10 @@
obj-m += test_module.o obj-m += test_module.o
all: all:
make -C $(LINUX_MODULES_FOLDER)/build M=$(PWD) modules make -C $(LINUX_MODULES_FOLDER)/build M=$(PWD) LLVM=1 modules
clean: clean:
make -C $(LINUX_MODULES_FOLDER)/build M=$(PWD) clean make -C $(LINUX_MODULES_FOLDER)/build M=$(PWD) LLVM=1 clean
rust-analyzer: rust-analyzer:
make -C $(LINUX_MODULES_FOLDER)/build M=$(PWD) rust-analyzer make -C $(LINUX_MODULES_FOLDER)/build M=$(PWD) LLVM=1 rust-analyzer