summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index 431c01a..ebaf3c5 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -1,7 +1,7 @@
all: kernel.elf
-OBJS=entry.o stdlib.o tty.o
-HEADERS=stdlib.h tty.h
+OBJS=entry.o stdlib.o tty.o io_ports.o
+HEADERS=stdlib.h tty.h io_ports.h
.SUFFIXES: .asm