From f0d11fea8251ef959cf1197b62e523922855df3a Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Aug 2007 03:28:13 +0000 Subject: Move keyboard code into kbd.c; add backspace handling. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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- -- cgit v1.2.3