From 54313ea4e0079df196d55d7bc5d525769f062106 Mon Sep 17 00:00:00 2001 From: Hanif A Date: Fri, 7 Jun 2019 14:20:53 -0400 Subject: [PATCH] Specificy which (Make) file to change I was confused why my build didn't work after exporting my variables...turns out its been overwritten by the one in the Makefile... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d8e59d..88beccb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ to compile it. ## TL;DR 1. Create a file `config.mk` in the root directory of the repository. -2. Set `RUST_ROOT` in this file to the directory containing `bin/rustc`, e.g. `RUST_ROOT := /usr` +2. Set `RUST_ROOT` in this [Makefile](Makefile) to the directory containing `bin/rustc`, e.g. `RUST_ROOT := /usr` 3. Compile `rust.ko`: $ make