summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-28 03:28:13 +0000
committerrsc <rsc>2007-08-28 03:28:13 +0000
commitf0d11fea8251ef959cf1197b62e523922855df3a (patch)
treec1ac5b50ec8cffb2e46636a6b5569f758dcaf8ae /Makefile
parentc1bfbfa2f7b995ee38ef138ca3250274213dc010 (diff)
downloadxv6-labs-f0d11fea8251ef959cf1197b62e523922855df3a.tar.gz
xv6-labs-f0d11fea8251ef959cf1197b62e523922855df3a.tar.bz2
xv6-labs-f0d11fea8251ef959cf1197b62e523922855df3a.zip
Move keyboard code into kbd.c; add backspace handling.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cde81e5..7e05cfc 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ OBJS = \
fs.o\
exec.o\
8253pit.o\
+ kbd.o\
# Cross-compiling (e.g., on Mac OS X)
#TOOLPREFIX = i386-jos-elf-