]> git.dujemihanovic.xyz Git - nameless-os.git/blobdiff - kernel/arch/x86/Makefile
kernel: Huge refactoring of tty driver
[nameless-os.git] / kernel / arch / x86 / Makefile
index 52224a3a154f6c5eed329587449b7c7a1544c690..c15bef91711b8f9a78e85ed5a232c390739d4bb1 100644 (file)
@@ -1,4 +1,3 @@
 include arch/x86/irq/Makefile
-include arch/x86/tty/Makefile
 
-KERNEL_OBJ += arch/x86/halt.o
+KERNEL_OBJ += $(addprefix arch/x86/, entry.o halt.o tty.o)