aboutsummaryrefslogtreecommitdiff
path: root/toolchain.makefile
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-03 11:43:43 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-03 11:43:43 +0200
commit02a703e8dca690780d6e00198274a2139e89f01a (patch)
tree0688710e65f0a8e81719b739393935399ef1022e /toolchain.makefile
parentAdd keyboard driver (diff)
downloadkernel.cpp-02a703e8dca690780d6e00198274a2139e89f01a.tar.xz
Add some comments to keyboard driver
Diffstat (limited to 'toolchain.makefile')
-rw-r--r--toolchain.makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain.makefile b/toolchain.makefile
index 7a64904..0631904 100644
--- a/toolchain.makefile
+++ b/toolchain.makefile
@@ -1,6 +1,9 @@
# Toolchain
TARGET := i686-elf
+NM := llvm-nm
+SED := sed
+
AS := clang
AS_FLAGS :=