eduOS/arch/x86/kernel/Makefile
2014-12-09 10:09:03 +01:00

5 lines
179 B
Makefile

C_source := tasks.c vga.c gdt.c irq.c idt.c isrs.c timer.c processor.c uart.c pci.c
ASM_source := entry.asm string32.asm
MODULE := arch_x86_kernel
include $(TOPDIR)/Makefile.inc