tsgates / rust.ko

A minimal Linux kernel module written in rust.
896 stars 66 forks source link

Update makefile and fix warnings with Rust (0.9-pre) #2

Closed fhahn closed 10 years ago

fhahn commented 10 years ago

This patch adds a RUST_ROOT and RC variable to the makefile instead of hardcoding the rust compiler. I've removed a couple of obsolete options from the source code as well.