summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-11-04 13:41:10 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-11-04 13:41:10 +0100
commit7a07b4a4398e02aead731b0c38af143d6a2fe41a (patch)
treecd9ec8490531dfa26e05325f807fb0e8c8e06c24 /kernel/Makefile
parent71e63d03f95d559c709911844ef1fc9907c74f49 (diff)
downloadjeyzuos-7a07b4a4398e02aead731b0c38af143d6a2fe41a.zip
jeyzuos-7a07b4a4398e02aead731b0c38af143d6a2fe41a.tar.gz
add io_ports
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